Html Css Color HEX #448E9B Hippie Blue

📋 copy color: '#448E9B'

red 68 ◦ green 142 ◦ blue 155

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

Shades of Hippie Blue #448E9B

Tints of Hippie Blue #448E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.47%

R = 18.63%
G = 38.9%
B = 42.47%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#448E9B (or 0x448E9B) is known color: Hippie Blue. HEX triplet: 44, 8E and 9B. RGB value is (68,142,155). Sum of RGB (Red+Green+Blue) = 68+142+155=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 142 (55.86% from 255 or 38.90% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #448E9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448E9B is #BB7164. Grayscale: #797979. Windows color (decimal): -12284261 or 10194500. OLE color: 10194500.

HSL color Cylindrical-coordinate representation of color #448E9B: hue angle of 188.97º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #448E9B is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 142 155 -
CMYK 0.56 0.08 0 0.39
HSL 188.97º 0.39% 0.44% -
HSV(B) 188.97º 0.56% 0.61% -
XYZ 17.97 22.94 34.49 -
YUV 121.36 146.98 89.94 -
System Red Green Blue C M Y K H S L
Decimal 68 142 155 0.56 0.08 0 0.39 188.97 0.39 0.44
Hex 44 8E 9B 38 8 0 27 BD 27 2C
Octal 104 216 233 70 10 0 47 275 47 54
Binary 1000100 10001110 10011011 111000 1000 0 100111 10111101 100111 101100

Color Harmonies of #448E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448E9B

Black with #448E9B

Text Example


Text Example

White with #448E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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