Html Css Color HEX #448D9F Hippie Blue

📋 copy color: '#448D9F'

red 68 ◦ green 141 ◦ blue 159

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

Shades of Hippie Blue #448D9F

Tints of Hippie Blue #448D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.21%

R = 18.48%
G = 38.32%
B = 43.21%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#448D9F (or 0x448D9F) is known color: Hippie Blue. HEX triplet: 44, 8D and 9F. RGB value is (68,141,159). Sum of RGB (Red+Green+Blue) = 68+141+159=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 141 (55.47% from 255 or 38.32% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 159 - color contains mainly: blue. Hex color #448D9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448D9F is #BB7260. Grayscale: #797979. Windows color (decimal): -12284513 or 10456388. OLE color: 10456388.

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

Color convert

RGB 68 141 159 -
CMYK 0.57 0.11 0 0.38
HSL 191.87º 0.4% 0.45% -
HSV(B) 191.87º 0.57% 0.62% -
XYZ 18.17 22.78 36.24 -
YUV 121.23 149.32 90.04 -
System Red Green Blue C M Y K H S L
Decimal 68 141 159 0.57 0.11 0 0.38 191.87 0.4 0.45
Hex 44 8D 9F 39 B 0 26 C0 28 2D
Octal 104 215 237 71 13 0 46 300 50 55
Binary 1000100 10001101 10011111 111001 1011 0 100110 11000000 101000 101101

Color Harmonies of #448D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D9F

Black with #448D9F

Text Example


Text Example

White with #448D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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