Html Css Color HEX #42909B Hippie Blue

📋 copy color: '#42909B'

red 66 ◦ green 144 ◦ blue 155

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

Shades of Hippie Blue #42909B

Tints of Hippie Blue #42909B

RGB

 RED value IS 66 (26.17% from 255) = 18.08%

 GREEN value IS 144 (56.64% from 255) = 39.45%

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

R = 18.08%
G = 39.45%
B = 42.47%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42909B (or 0x42909B) is known color: Hippie Blue. HEX triplet: 42, 90 and 9B. RGB value is (66,144,155). Sum of RGB (Red+Green+Blue) = 66+144+155=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 144 (56.64% from 255 or 39.45% 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 #42909B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42909B is #BD6F64. Grayscale: #797979. Windows color (decimal): -12414821 or 10195010. OLE color: 10195010.

HSL color Cylindrical-coordinate representation of color #42909B: hue angle of 187.42º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42909B is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 144 155 -
CMYK 0.57 0.07 0 0.39
HSL 187.42º 0.4% 0.43% -
HSV(B) 187.42º 0.57% 0.61% -
XYZ 18.14 23.47 34.58 -
YUV 121.93 146.66 88.11 -
System Red Green Blue C M Y K H S L
Decimal 66 144 155 0.57 0.07 0 0.39 187.42 0.4 0.43
Hex 42 90 9B 39 7 0 27 BB 28 2B
Octal 102 220 233 71 7 0 47 273 50 53
Binary 1000010 10010000 10011011 111001 111 0 100111 10111011 101000 101011

Color Harmonies of #42909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42909B

Black with #42909B

Text Example


Text Example

White with #42909B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42909B; }

 p { color: rgb(66,144,155); }

 H1.HeaderClassName
 {
   color: #42909B;
 }
 .AnyTagClassName
 {
   color: #42909B;
 }
</style>

background-color css

<style>
 a { background-color: #42909B; }

 a { background-color: rgb(66,144,155); }

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

border-color css

<style>
 span { border-color: #42909B; }

 span { border-color: rgb(66,144,155); }

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