Html Css Color HEX #42849C Hippie Blue

📋 copy color: '#42849C'

red 66 ◦ green 132 ◦ blue 156

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

Shades of Hippie Blue #42849C

Tints of Hippie Blue #42849C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.07%

R = 18.64%
G = 37.29%
B = 44.07%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42849C (or 0x42849C) is known color: Hippie Blue. HEX triplet: 42, 84 and 9C. RGB value is (66,132,156). Sum of RGB (Red+Green+Blue) = 66+132+156=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #42849C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42849C is #BD7B63. Grayscale: #727272. Windows color (decimal): -12417892 or 10257474. OLE color: 10257474.

HSL color Cylindrical-coordinate representation of color #42849C: hue angle of 196º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42849C is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 66 132 156 -
CMYK 0.58 0.15 0 0.39
HSL 196º 0.41% 0.44% -
HSV(B) 196º 0.58% 0.61% -
XYZ 16.5 20.06 34.46 -
YUV 115 151.13 93.05 -
System Red Green Blue C M Y K H S L
Decimal 66 132 156 0.58 0.15 0 0.39 196 0.41 0.44
Hex 42 84 9C 3A F 0 27 C4 29 2C
Octal 102 204 234 72 17 0 47 304 51 54
Binary 1000010 10000100 10011100 111010 1111 0 100111 11000100 101001 101100

Color Harmonies of #42849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42849C

Black with #42849C

Text Example


Text Example

White with #42849C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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