Html Css Color HEX #474A58 Blue Zodiac

📋 copy color: '#474A58'

red 71 ◦ green 74 ◦ blue 88

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

Shades of Blue Zodiac #474A58

Tints of Blue Zodiac #474A58

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.76%

 BLUE value IS 88 (34.77% from 255) = 37.77%

R = 30.47%
G = 31.76%
B = 37.77%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#474A58 (or 0x474A58) is known color: Blue Zodiac. HEX triplet: 47, 4A and 58. RGB value is (71,74,88). Sum of RGB (Red+Green+Blue) = 71+74+88=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 74 (29.30% from 255 or 31.76% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #474A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A58 is #B8B5A7. Grayscale: #4A4A4A. Windows color (decimal): -12105128 or 5786183. OLE color: 5786183.

HSL color Cylindrical-coordinate representation of color #474A58: hue angle of 229.41º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #474A58 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 74 88 -
CMYK 0.19 0.16 0 0.65
HSL 229.41º 0.11% 0.31% -
HSV(B) 229.41º 0.19% 0.35% -
XYZ 6.81 6.94 10.21 -
YUV 74.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 71 74 88 0.19 0.16 0 0.65 229.41 0.11 0.31
Hex 47 4A 58 13 10 0 41 E5 B 1F
Octal 107 112 130 23 20 0 101 345 13 37
Binary 1000111 1001010 1011000 10011 10000 0 1000001 11100101 1011 11111

Color Harmonies of #474A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A58

Black with #474A58

Text Example


Text Example

White with #474A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,74,88); }

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

background-color css

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

 a { background-color: rgb(71,74,88); }

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

border-color css

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

 span { border-color: rgb(71,74,88); }

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