Html Css Color HEX #42879B Hippie Blue

📋 copy color: '#42879B'

red 66 ◦ green 135 ◦ blue 155

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

Shades of Hippie Blue #42879B

Tints of Hippie Blue #42879B

RGB

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

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

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

R = 18.54%
G = 37.92%
B = 43.54%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42879B (or 0x42879B) is known color: Hippie Blue. HEX triplet: 42, 87 and 9B. RGB value is (66,135,155). Sum of RGB (Red+Green+Blue) = 66+135+155=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #42879B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42879B is #BD7864. Grayscale: #747474. Windows color (decimal): -12417125 or 10192706. OLE color: 10192706.

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

Color convert

RGB 66 135 155 -
CMYK 0.57 0.13 0 0.39
HSL 193.48º 0.4% 0.43% -
HSV(B) 193.48º 0.57% 0.61% -
XYZ 16.83 20.85 34.15 -
YUV 116.65 149.64 91.87 -
System Red Green Blue C M Y K H S L
Decimal 66 135 155 0.57 0.13 0 0.39 193.48 0.4 0.43
Hex 42 87 9B 39 D 0 27 C1 28 2B
Octal 102 207 233 71 15 0 47 301 50 53
Binary 1000010 10000111 10011011 111001 1101 0 100111 11000001 101000 101011

Color Harmonies of #42879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42879B

Black with #42879B

Text Example


Text Example

White with #42879B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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