Html Css Color HEX #474A5D Port Gore

📋 copy color: '#474A5D'

red 71 ◦ green 74 ◦ blue 93

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

Shades of Port Gore #474A5D

Tints of Port Gore #474A5D

RGB

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

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

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

R = 29.83%
G = 31.09%
B = 39.08%

CMYK

 C value IS 0.24

 M value IS 0.20

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#474A5D (or 0x474A5D) is known color: Port Gore. HEX triplet: 47, 4A and 5D. RGB value is (71,74,93). Sum of RGB (Red+Green+Blue) = 71+74+93=238 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.83% from 238); Green value is 74 (29.30% from 255 or 31.09% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #474A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A5D is #B8B5A2. Grayscale: #4B4B4B. Windows color (decimal): -12105123 or 6113863. OLE color: 6113863.

HSL color Cylindrical-coordinate representation of color #474A5D: hue angle of 231.82º 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 #474A5D is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 71 74 93 -
CMYK 0.24 0.20 0 0.64
HSL 231.82º 0.13% 0.32% -
HSV(B) 231.82º 0.24% 0.36% -
XYZ 7.02 7.03 11.34 -
YUV 75.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 71 74 93 0.24 0.20 0 0.64 231.82 0.13 0.32
Hex 47 4A 5D 18 14 0 40 E8 D 20
Octal 107 112 135 30 24 0 100 350 15 40
Binary 1000111 1001010 1011101 11000 10100 0 1000000 11101000 1101 100000

Color Harmonies of #474A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A5D

Black with #474A5D

Text Example


Text Example

White with #474A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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