Html Css Color HEX #448E9E Hippie Blue

📋 copy color: '#448E9E'

red 68 ◦ green 142 ◦ blue 158

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

Shades of Hippie Blue #448E9E

Tints of Hippie Blue #448E9E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.59%

 BLUE value IS 158 (62.11% from 255) = 42.93%

R = 18.48%
G = 38.59%
B = 42.93%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#448E9E (or 0x448E9E) is known color: Hippie Blue. HEX triplet: 44, 8E and 9E. RGB value is (68,142,158). Sum of RGB (Red+Green+Blue) = 68+142+158=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 142 (55.86% from 255 or 38.59% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #448E9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448E9E is #BB7161. Grayscale: #797979. Windows color (decimal): -12284258 or 10391108. OLE color: 10391108.

HSL color Cylindrical-coordinate representation of color #448E9E: hue angle of 190.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #448E9E is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 68 142 158 -
CMYK 0.57 0.10 0 0.38
HSL 190.67º 0.4% 0.44% -
HSV(B) 190.67º 0.57% 0.62% -
XYZ 18.23 23.04 35.83 -
YUV 121.7 148.48 89.7 -
System Red Green Blue C M Y K H S L
Decimal 68 142 158 0.57 0.10 0 0.38 190.67 0.4 0.44
Hex 44 8E 9E 39 A 0 26 BF 28 2C
Octal 104 216 236 71 12 0 46 277 50 54
Binary 1000100 10001110 10011110 111001 1010 0 100110 10111111 101000 101100

Color Harmonies of #448E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448E9E

Black with #448E9E

Text Example


Text Example

White with #448E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448E9E; }

 p { color: rgb(68,142,158); }

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

background-color css

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

 a { background-color: rgb(68,142,158); }

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

border-color css

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

 span { border-color: rgb(68,142,158); }

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