Html Css Color HEX #474C5D Blue Zodiac

📋 copy color: '#474C5D'

red 71 ◦ green 76 ◦ blue 93

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

Shades of Blue Zodiac #474C5D

Tints of Blue Zodiac #474C5D

RGB

 RED value IS 71 (28.13% from 255) = 29.58%

 GREEN value IS 76 (30.08% from 255) = 31.67%

 BLUE value IS 93 (36.72% from 255) = 38.75%

R = 29.58%
G = 31.67%
B = 38.75%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#474C5D (or 0x474C5D) is known color: Blue Zodiac. HEX triplet: 47, 4C and 5D. RGB value is (71,76,93). Sum of RGB (Red+Green+Blue) = 71+76+93=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 76 (30.08% from 255 or 31.67% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 93 - color contains mainly: blue. Hex color #474C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C5D is #B8B3A2. Grayscale: #4C4C4C. Windows color (decimal): -12104611 or 6114375. OLE color: 6114375.

HSL color Cylindrical-coordinate representation of color #474C5D: hue angle of 226.36º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #474C5D is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 76 93 -
CMYK 0.24 0.18 0 0.64
HSL 226.36º 0.13% 0.32% -
HSV(B) 226.36º 0.24% 0.36% -
XYZ 7.16 7.3 11.39 -
YUV 76.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 71 76 93 0.24 0.18 0 0.64 226.36 0.13 0.32
Hex 47 4C 5D 18 12 0 40 E2 D 20
Octal 107 114 135 30 22 0 100 342 15 40
Binary 1000111 1001100 1011101 11000 10010 0 1000000 11100010 1101 100000

Color Harmonies of #474C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C5D

Black with #474C5D

Text Example


Text Example

White with #474C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474C5D; }

 p { color: rgb(71,76,93); }

 H1.HeaderClassName
 {
   color: #474C5D;
 }
 .AnyTagClassName
 {
   color: #474C5D;
 }
</style>

background-color css

<style>
 a { background-color: #474C5D; }

 a { background-color: rgb(71,76,93); }

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

border-color css

<style>
 span { border-color: #474C5D; }

 span { border-color: rgb(71,76,93); }

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