Html Css Color HEX #474A5E Port Gore

📋 copy color: '#474A5E'

red 71 ◦ green 74 ◦ blue 94

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

Shades of Port Gore #474A5E

Tints of Port Gore #474A5E

RGB

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

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

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

R = 29.71%
G = 30.96%
B = 39.33%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#474A5E (or 0x474A5E) is known color: Port Gore. HEX triplet: 47, 4A and 5E. RGB value is (71,74,94). Sum of RGB (Red+Green+Blue) = 71+74+94=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 94 - color contains mainly: blue. Hex color #474A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A5E is #B8B5A1. Grayscale: #4B4B4B. Windows color (decimal): -12105122 or 6179399. OLE color: 6179399.

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

Color convert

RGB 71 74 94 -
CMYK 0.24 0.21 0 0.63
HSL 232.17º 0.14% 0.32% -
HSV(B) 232.17º 0.24% 0.37% -
XYZ 7.07 7.05 11.58 -
YUV 75.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 71 74 94 0.24 0.21 0 0.63 232.17 0.14 0.32
Hex 47 4A 5E 18 15 0 3F E8 E 20
Octal 107 112 136 30 25 0 77 350 16 40
Binary 1000111 1001010 1011110 11000 10101 0 111111 11101000 1110 100000

Color Harmonies of #474A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A5E

Black with #474A5E

Text Example


Text Example

White with #474A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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