Html Css Color HEX #42879E Hippie Blue

📋 copy color: '#42879E'

red 66 ◦ green 135 ◦ blue 158

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

Shades of Hippie Blue #42879E

Tints of Hippie Blue #42879E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.01%

R = 18.38%
G = 37.6%
B = 44.01%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42879E (or 0x42879E) is known color: Hippie Blue. HEX triplet: 42, 87 and 9E. RGB value is (66,135,158). Sum of RGB (Red+Green+Blue) = 66+135+158=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 158 (62.11% from 255 or 44.01% from 359); Max value from RGB is 158 - color contains mainly: blue. Hex color #42879E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42879E is #BD7861. Grayscale: #747474. Windows color (decimal): -12417122 or 10389314. OLE color: 10389314.

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

Color convert

RGB 66 135 158 -
CMYK 0.58 0.15 0 0.38
HSL 195º 0.41% 0.44% -
HSV(B) 195º 0.58% 0.62% -
XYZ 17.08 20.95 35.49 -
YUV 116.99 151.14 91.63 -
System Red Green Blue C M Y K H S L
Decimal 66 135 158 0.58 0.15 0 0.38 195 0.41 0.44
Hex 42 87 9E 3A F 0 26 C3 29 2C
Octal 102 207 236 72 17 0 46 303 51 54
Binary 1000010 10000111 10011110 111010 1111 0 100110 11000011 101001 101100

Color Harmonies of #42879E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42879E

Black with #42879E

Text Example


Text Example

White with #42879E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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