Html Css Color HEX #448499 Hippie Blue

📋 copy color: '#448499'

red 68 ◦ green 132 ◦ blue 153

#448499
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #448499

Tints of Hippie Blue #448499

RGB

 RED value IS 68 (26.95% from 255) = 19.26%

 GREEN value IS 132 (51.95% from 255) = 37.39%

 BLUE value IS 153 (60.16% from 255) = 43.34%

R = 19.26%
G = 37.39%
B = 43.34%

CMYK

 C value IS 0.56

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#448499 (or 0x448499) is known color: Hippie Blue. HEX triplet: 44, 84 and 99. RGB value is (68,132,153). Sum of RGB (Red+Green+Blue) = 68+132+153=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #448499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448499 is #BB7B66. Grayscale: #737373. Windows color (decimal): -12286823 or 10060868. OLE color: 10060868.

HSL color Cylindrical-coordinate representation of color #448499: hue angle of 194.82º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #448499 is Cyan = 0.56, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 132 153 -
CMYK 0.56 0.14 0 0.4
HSL 194.82º 0.38% 0.43% -
HSV(B) 194.82º 0.56% 0.6% -
XYZ 16.38 20.03 33.14 -
YUV 115.26 149.3 94.29 -
System Red Green Blue C M Y K H S L
Decimal 68 132 153 0.56 0.14 0 0.4 194.82 0.38 0.43
Hex 44 84 99 38 E 0 28 C3 26 2B
Octal 104 204 231 70 16 0 50 303 46 53
Binary 1000100 10000100 10011001 111000 1110 0 101000 11000011 100110 101011

Color Harmonies of #448499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448499

Black with #448499

Text Example


Text Example

White with #448499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448499; }

 p { color: rgb(68,132,153); }

 H1.HeaderClassName
 {
   color: #448499;
 }
 .AnyTagClassName
 {
   color: #448499;
 }
</style>

background-color css

<style>
 a { background-color: #448499; }

 a { background-color: rgb(68,132,153); }

 div.DivClassName
 {
   background-color: #448499;
 }
 .BgClassName
 {
   background-color: #448499;
 }
</style>

border-color css

<style>
 span { border-color: #448499; }

 span { border-color: rgb(68,132,153); }

 td.TdClassName
 {
   border-color: #448499;
 }
 .TagClassName
 {
   border-color: #448499;
 }
</style>