Html Css Color HEX #42475C Blue Zodiac

📋 copy color: '#42475C'

red 66 ◦ green 71 ◦ blue 92

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

Shades of Blue Zodiac #42475C

Tints of Blue Zodiac #42475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.17%

R = 28.82%
G = 31%
B = 40.17%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42475C (or 0x42475C) is known color: Blue Zodiac. HEX triplet: 42, 47 and 5C. RGB value is (66,71,92). Sum of RGB (Red+Green+Blue) = 66+71+92=229 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.82% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 92 - color contains mainly: blue. Hex color #42475C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42475C is #BDB8A3. Grayscale: #474747. Windows color (decimal): -12433572 or 6047554. OLE color: 6047554.

HSL color Cylindrical-coordinate representation of color #42475C: hue angle of 228.46º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #42475C is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 71 92 -
CMYK 0.28 0.23 0 0.64
HSL 228.46º 0.16% 0.31% -
HSV(B) 228.46º 0.28% 0.36% -
XYZ 6.43 6.44 11.03 -
YUV 71.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 66 71 92 0.28 0.23 0 0.64 228.46 0.16 0.31
Hex 42 47 5C 1C 17 0 40 E4 10 1F
Octal 102 107 134 34 27 0 100 344 20 37
Binary 1000010 1000111 1011100 11100 10111 0 1000000 11100100 10000 11111

Color Harmonies of #42475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42475C

Black with #42475C

Text Example


Text Example

White with #42475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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