Html Css Color HEX #448D9C Hippie Blue

📋 copy color: '#448D9C'

red 68 ◦ green 141 ◦ blue 156

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

Shades of Hippie Blue #448D9C

Tints of Hippie Blue #448D9C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.63%

 BLUE value IS 156 (61.33% from 255) = 42.74%

R = 18.63%
G = 38.63%
B = 42.74%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#448D9C (or 0x448D9C) is known color: Hippie Blue. HEX triplet: 44, 8D and 9C. RGB value is (68,141,156). Sum of RGB (Red+Green+Blue) = 68+141+156=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #448D9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448D9C is #BB7263. Grayscale: #787878. Windows color (decimal): -12284516 or 10259780. OLE color: 10259780.

HSL color Cylindrical-coordinate representation of color #448D9C: hue angle of 190.23º 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 #448D9C is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 68 141 156 -
CMYK 0.56 0.10 0 0.39
HSL 190.23º 0.39% 0.44% -
HSV(B) 190.23º 0.56% 0.61% -
XYZ 17.91 22.68 34.89 -
YUV 120.88 147.82 90.28 -
System Red Green Blue C M Y K H S L
Decimal 68 141 156 0.56 0.10 0 0.39 190.23 0.39 0.44
Hex 44 8D 9C 38 A 0 27 BE 27 2C
Octal 104 215 234 70 12 0 47 276 47 54
Binary 1000100 10001101 10011100 111000 1010 0 100111 10111110 100111 101100

Color Harmonies of #448D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D9C

Black with #448D9C

Text Example


Text Example

White with #448D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,141,156); }

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

background-color css

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

 a { background-color: rgb(68,141,156); }

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

border-color css

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

 span { border-color: rgb(68,141,156); }

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