Html Css Color HEX #42849B Hippie Blue

📋 copy color: '#42849B'

red 66 ◦ green 132 ◦ blue 155

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

Shades of Hippie Blue #42849B

Tints of Hippie Blue #42849B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.91%

R = 18.7%
G = 37.39%
B = 43.91%

CMYK

 C value IS 0.57

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#42849B (or 0x42849B) is known color: Hippie Blue. HEX triplet: 42, 84 and 9B. RGB value is (66,132,155). Sum of RGB (Red+Green+Blue) = 66+132+155=353 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.70% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #42849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42849B is #BD7B64. Grayscale: #727272. Windows color (decimal): -12417893 or 10191938. OLE color: 10191938.

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

Color convert

RGB 66 132 155 -
CMYK 0.57 0.15 0 0.39
HSL 195.51º 0.4% 0.43% -
HSV(B) 195.51º 0.57% 0.61% -
XYZ 16.41 20.03 34.01 -
YUV 114.89 150.63 93.13 -
System Red Green Blue C M Y K H S L
Decimal 66 132 155 0.57 0.15 0 0.39 195.51 0.4 0.43
Hex 42 84 9B 39 F 0 27 C4 28 2B
Octal 102 204 233 71 17 0 47 304 50 53
Binary 1000010 10000100 10011011 111001 1111 0 100111 11000100 101000 101011

Color Harmonies of #42849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42849B

Black with #42849B

Text Example


Text Example

White with #42849B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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