Html Css Color HEX #42879C Hippie Blue

📋 copy color: '#42879C'

red 66 ◦ green 135 ◦ blue 156

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

Shades of Hippie Blue #42879C

Tints of Hippie Blue #42879C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.82%

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

R = 18.49%
G = 37.82%
B = 43.7%

CMYK

 C value IS 0.58

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42879C (or 0x42879C) is known color: Hippie Blue. HEX triplet: 42, 87 and 9C. RGB value is (66,135,156). Sum of RGB (Red+Green+Blue) = 66+135+156=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 156 (61.33% from 255 or 43.70% from 357); Max value from RGB is 156 - color contains mainly: blue. Hex color #42879C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42879C is #BD7863. Grayscale: #747474. Windows color (decimal): -12417124 or 10258242. OLE color: 10258242.

HSL color Cylindrical-coordinate representation of color #42879C: hue angle of 194º 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 #42879C is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 135 156 -
CMYK 0.58 0.13 0 0.39
HSL 194º 0.41% 0.44% -
HSV(B) 194º 0.58% 0.61% -
XYZ 16.91 20.89 34.59 -
YUV 116.76 150.14 91.79 -
System Red Green Blue C M Y K H S L
Decimal 66 135 156 0.58 0.13 0 0.39 194 0.41 0.44
Hex 42 87 9C 3A D 0 27 C2 29 2C
Octal 102 207 234 72 15 0 47 302 51 54
Binary 1000010 10000111 10011100 111010 1101 0 100111 11000010 101001 101100

Color Harmonies of #42879C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42879C

Black with #42879C

Text Example


Text Example

White with #42879C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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