Html Css Color HEX #448C9A Hippie Blue

📋 copy color: '#448C9A'

red 68 ◦ green 140 ◦ blue 154

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

Shades of Hippie Blue #448C9A

Tints of Hippie Blue #448C9A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.67%

 BLUE value IS 154 (60.55% from 255) = 42.54%

R = 18.78%
G = 38.67%
B = 42.54%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#448C9A (or 0x448C9A) is known color: Hippie Blue. HEX triplet: 44, 8C and 9A. RGB value is (68,140,154). Sum of RGB (Red+Green+Blue) = 68+140+154=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #448C9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448C9A is #BB7365. Grayscale: #777777. Windows color (decimal): -12284774 or 10128452. OLE color: 10128452.

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

Color convert

RGB 68 140 154 -
CMYK 0.56 0.09 0 0.40
HSL 189.77º 0.39% 0.44% -
HSV(B) 189.77º 0.56% 0.6% -
XYZ 17.59 22.32 33.95 -
YUV 120.07 147.15 90.86 -
System Red Green Blue C M Y K H S L
Decimal 68 140 154 0.56 0.09 0 0.40 189.77 0.39 0.44
Hex 44 8C 9A 38 9 0 28 BE 27 2C
Octal 104 214 232 70 11 0 50 276 47 54
Binary 1000100 10001100 10011010 111000 1001 0 101000 10111110 100111 101100

Color Harmonies of #448C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448C9A

Black with #448C9A

Text Example


Text Example

White with #448C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,140,154); }

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

background-color css

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

 a { background-color: rgb(68,140,154); }

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

border-color css

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

 span { border-color: rgb(68,140,154); }

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