Html Css Color HEX #42829E Hippie Blue

📋 copy color: '#42829E'

red 66 ◦ green 130 ◦ blue 158

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

Shades of Hippie Blue #42829E

Tints of Hippie Blue #42829E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

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

R = 18.64%
G = 36.72%
B = 44.63%

CMYK

 C value IS 0.58

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42829E (or 0x42829E) is known color: Hippie Blue. HEX triplet: 42, 82 and 9E. RGB value is (66,130,158). Sum of RGB (Red+Green+Blue) = 66+130+158=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 158 (62.11% from 255 or 44.63% from 354); Max value from RGB is 158 - color contains mainly: blue. Hex color #42829E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42829E is #BD7D61. Grayscale: #717171. Windows color (decimal): -12418402 or 10388034. OLE color: 10388034.

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

Color convert

RGB 66 130 158 -
CMYK 0.58 0.18 0 0.38
HSL 198.26º 0.41% 0.44% -
HSV(B) 198.26º 0.58% 0.62% -
XYZ 16.4 19.59 35.26 -
YUV 114.06 152.8 93.72 -
System Red Green Blue C M Y K H S L
Decimal 66 130 158 0.58 0.18 0 0.38 198.26 0.41 0.44
Hex 42 82 9E 3A 12 0 26 C6 29 2C
Octal 102 202 236 72 22 0 46 306 51 54
Binary 1000010 10000010 10011110 111010 10010 0 100110 11000110 101001 101100

Color Harmonies of #42829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42829E

Black with #42829E

Text Example


Text Example

White with #42829E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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