Html Css Color HEX #42849E Hippie Blue

📋 copy color: '#42849E'

red 66 ◦ green 132 ◦ blue 158

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

Shades of Hippie Blue #42849E

Tints of Hippie Blue #42849E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.08%

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

R = 18.54%
G = 37.08%
B = 44.38%

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

#42849E (or 0x42849E) is known color: Hippie Blue. HEX triplet: 42, 84 and 9E. RGB value is (66,132,158). Sum of RGB (Red+Green+Blue) = 66+132+158=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #42849E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42849E is #BD7B61. Grayscale: #737373. Windows color (decimal): -12417890 or 10388546. OLE color: 10388546.

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

Color convert

RGB 66 132 158 -
CMYK 0.58 0.16 0 0.38
HSL 196.96º 0.41% 0.44% -
HSV(B) 196.96º 0.58% 0.62% -
XYZ 16.67 20.13 35.35 -
YUV 115.23 152.13 92.89 -
System Red Green Blue C M Y K H S L
Decimal 66 132 158 0.58 0.16 0 0.38 196.96 0.41 0.44
Hex 42 84 9E 3A 10 0 26 C5 29 2C
Octal 102 204 236 72 20 0 46 305 51 54
Binary 1000010 10000100 10011110 111010 10000 0 100110 11000101 101001 101100

Color Harmonies of #42849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42849E

Black with #42849E

Text Example


Text Example

White with #42849E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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