Html Css Color HEX #42849F Hippie Blue

📋 copy color: '#42849F'

red 66 ◦ green 132 ◦ blue 159

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

Shades of Hippie Blue #42849F

Tints of Hippie Blue #42849F

RGB

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

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

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

R = 18.49%
G = 36.97%
B = 44.54%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42849F (or 0x42849F) is known color: Hippie Blue. HEX triplet: 42, 84 and 9F. RGB value is (66,132,159). Sum of RGB (Red+Green+Blue) = 66+132+159=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #42849F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42849F is #BD7B60. Grayscale: #737373. Windows color (decimal): -12417889 or 10454082. OLE color: 10454082.

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

Color convert

RGB 66 132 159 -
CMYK 0.58 0.17 0 0.38
HSL 197.42º 0.41% 0.44% -
HSV(B) 197.42º 0.58% 0.62% -
XYZ 16.76 20.16 35.81 -
YUV 115.34 152.63 92.8 -
System Red Green Blue C M Y K H S L
Decimal 66 132 159 0.58 0.17 0 0.38 197.42 0.41 0.44
Hex 42 84 9F 3A 11 0 26 C5 29 2C
Octal 102 204 237 72 21 0 46 305 51 54
Binary 1000010 10000100 10011111 111010 10001 0 100110 11000101 101001 101100

Color Harmonies of #42849F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42849F

Black with #42849F

Text Example


Text Example

White with #42849F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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