Html Css Color HEX #42889F Hippie Blue

📋 copy color: '#42889F'

red 66 ◦ green 136 ◦ blue 159

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

Shades of Hippie Blue #42889F

Tints of Hippie Blue #42889F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

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

R = 18.28%
G = 37.67%
B = 44.04%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42889F (or 0x42889F) is known color: Hippie Blue. HEX triplet: 42, 88 and 9F. RGB value is (66,136,159). Sum of RGB (Red+Green+Blue) = 66+136+159=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 159 - color contains mainly: blue. Hex color #42889F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42889F is #BD7760. Grayscale: #757575. Windows color (decimal): -12416865 or 10455106. OLE color: 10455106.

HSL color Cylindrical-coordinate representation of color #42889F: hue angle of 194.84º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42889F is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 136 159 -
CMYK 0.58 0.14 0 0.38
HSL 194.84º 0.41% 0.44% -
HSV(B) 194.84º 0.58% 0.62% -
XYZ 17.31 21.27 35.99 -
YUV 117.69 151.31 91.13 -
System Red Green Blue C M Y K H S L
Decimal 66 136 159 0.58 0.14 0 0.38 194.84 0.41 0.44
Hex 42 88 9F 3A E 0 26 C3 29 2C
Octal 102 210 237 72 16 0 46 303 51 54
Binary 1000010 10001000 10011111 111010 1110 0 100110 11000011 101001 101100

Color Harmonies of #42889F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42889F

Black with #42889F

Text Example


Text Example

White with #42889F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42889F; }

 p { color: rgb(66,136,159); }

 H1.HeaderClassName
 {
   color: #42889F;
 }
 .AnyTagClassName
 {
   color: #42889F;
 }
</style>

background-color css

<style>
 a { background-color: #42889F; }

 a { background-color: rgb(66,136,159); }

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

border-color css

<style>
 span { border-color: #42889F; }

 span { border-color: rgb(66,136,159); }

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