Html Css Color HEX #42899C Hippie Blue

📋 copy color: '#42899C'

red 66 ◦ green 137 ◦ blue 156

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

Shades of Hippie Blue #42899C

Tints of Hippie Blue #42899C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.16%

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

R = 18.38%
G = 38.16%
B = 43.45%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42899C (or 0x42899C) is known color: Hippie Blue. HEX triplet: 42, 89 and 9C. RGB value is (66,137,156). Sum of RGB (Red+Green+Blue) = 66+137+156=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 156 (61.33% from 255 or 43.45% from 359); Max value from RGB is 156 - color contains mainly: blue. Hex color #42899C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42899C is #BD7663. Grayscale: #757575. Windows color (decimal): -12416612 or 10258754. OLE color: 10258754.

HSL color Cylindrical-coordinate representation of color #42899C: hue angle of 192.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42899C is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 137 156 -
CMYK 0.58 0.12 0 0.39
HSL 192.67º 0.41% 0.44% -
HSV(B) 192.67º 0.58% 0.61% -
XYZ 17.19 21.45 34.69 -
YUV 117.94 149.48 90.96 -
System Red Green Blue C M Y K H S L
Decimal 66 137 156 0.58 0.12 0 0.39 192.67 0.41 0.44
Hex 42 89 9C 3A C 0 27 C1 29 2C
Octal 102 211 234 72 14 0 47 301 51 54
Binary 1000010 10001001 10011100 111010 1100 0 100111 11000001 101001 101100

Color Harmonies of #42899C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42899C

Black with #42899C

Text Example


Text Example

White with #42899C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42899C; }

 p { color: rgb(66,137,156); }

 H1.HeaderClassName
 {
   color: #42899C;
 }
 .AnyTagClassName
 {
   color: #42899C;
 }
</style>

background-color css

<style>
 a { background-color: #42899C; }

 a { background-color: rgb(66,137,156); }

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

border-color css

<style>
 span { border-color: #42899C; }

 span { border-color: rgb(66,137,156); }

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