Html Css Color HEX #42475A Blue Zodiac

📋 copy color: '#42475A'

red 66 ◦ green 71 ◦ blue 90

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

Shades of Blue Zodiac #42475A

Tints of Blue Zodiac #42475A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.28%

 BLUE value IS 90 (35.55% from 255) = 39.65%

R = 29.07%
G = 31.28%
B = 39.65%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#42475A (or 0x42475A) is known color: Blue Zodiac. HEX triplet: 42, 47 and 5A. RGB value is (66,71,90). Sum of RGB (Red+Green+Blue) = 66+71+90=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #42475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42475A is #BDB8A5. Grayscale: #474747. Windows color (decimal): -12433574 or 5916482. OLE color: 5916482.

HSL color Cylindrical-coordinate representation of color #42475A: hue angle of 227.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42475A is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 71 90 -
CMYK 0.27 0.21 0 0.65
HSL 227.5º 0.15% 0.31% -
HSV(B) 227.5º 0.27% 0.35% -
XYZ 6.35 6.4 10.57 -
YUV 71.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 66 71 90 0.27 0.21 0 0.65 227.5 0.15 0.31
Hex 42 47 5A 1B 15 0 41 E4 F 1F
Octal 102 107 132 33 25 0 101 344 17 37
Binary 1000010 1000111 1011010 11011 10101 0 1000001 11100100 1111 11111

Color Harmonies of #42475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42475A

Black with #42475A

Text Example


Text Example

White with #42475A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42475A; }

 p { color: rgb(66,71,90); }

 H1.HeaderClassName
 {
   color: #42475A;
 }
 .AnyTagClassName
 {
   color: #42475A;
 }
</style>

background-color css

<style>
 a { background-color: #42475A; }

 a { background-color: rgb(66,71,90); }

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

border-color css

<style>
 span { border-color: #42475A; }

 span { border-color: rgb(66,71,90); }

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