Html Css Color HEX #474B5E Blue Zodiac

📋 copy color: '#474B5E'

red 71 ◦ green 75 ◦ blue 94

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

Shades of Blue Zodiac #474B5E

Tints of Blue Zodiac #474B5E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.25%

 BLUE value IS 94 (37.11% from 255) = 39.17%

R = 29.58%
G = 31.25%
B = 39.17%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#474B5E (or 0x474B5E) is known color: Blue Zodiac. HEX triplet: 47, 4B and 5E. RGB value is (71,75,94). Sum of RGB (Red+Green+Blue) = 71+75+94=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 94 - color contains mainly: blue. Hex color #474B5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B5E is #B8B4A1. Grayscale: #4B4B4B. Windows color (decimal): -12104866 or 6179655. OLE color: 6179655.

HSL color Cylindrical-coordinate representation of color #474B5E: hue angle of 229.57º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #474B5E is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 71 75 94 -
CMYK 0.24 0.20 0 0.63
HSL 229.57º 0.14% 0.32% -
HSV(B) 229.57º 0.24% 0.37% -
XYZ 7.13 7.18 11.6 -
YUV 75.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 71 75 94 0.24 0.20 0 0.63 229.57 0.14 0.32
Hex 47 4B 5E 18 14 0 3F E6 E 20
Octal 107 113 136 30 24 0 77 346 16 40
Binary 1000111 1001011 1011110 11000 10100 0 111111 11100110 1110 100000

Color Harmonies of #474B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B5E

Black with #474B5E

Text Example


Text Example

White with #474B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,75,94); }

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

background-color css

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

 a { background-color: rgb(71,75,94); }

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

border-color css

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

 span { border-color: rgb(71,75,94); }

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