Html Css Color HEX #42859F Hippie Blue

📋 copy color: '#42859F'

red 66 ◦ green 133 ◦ blue 159

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

Shades of Hippie Blue #42859F

Tints of Hippie Blue #42859F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.15%

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

R = 18.44%
G = 37.15%
B = 44.41%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42859F (or 0x42859F) is known color: Hippie Blue. HEX triplet: 42, 85 and 9F. RGB value is (66,133,159). Sum of RGB (Red+Green+Blue) = 66+133+159=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 133 (52.34% from 255 or 37.15% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #42859F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42859F is #BD7A60. Grayscale: #737373. Windows color (decimal): -12417633 or 10454338. OLE color: 10454338.

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

Color convert

RGB 66 133 159 -
CMYK 0.58 0.16 0 0.38
HSL 196.77º 0.41% 0.44% -
HSV(B) 196.77º 0.58% 0.62% -
XYZ 16.89 20.44 35.86 -
YUV 115.93 152.3 92.39 -
System Red Green Blue C M Y K H S L
Decimal 66 133 159 0.58 0.16 0 0.38 196.77 0.41 0.44
Hex 42 85 9F 3A 10 0 26 C5 29 2C
Octal 102 205 237 72 20 0 46 305 51 54
Binary 1000010 10000101 10011111 111010 10000 0 100110 11000101 101001 101100

Color Harmonies of #42859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42859F

Black with #42859F

Text Example


Text Example

White with #42859F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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