Html Css Color HEX #474A5F Port Gore

📋 copy color: '#474A5F'

red 71 ◦ green 74 ◦ blue 95

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

Shades of Port Gore #474A5F

Tints of Port Gore #474A5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.58%

R = 29.58%
G = 30.83%
B = 39.58%

CMYK

 C value IS 0.25

 M value IS 0.22

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#474A5F (or 0x474A5F) is known color: Port Gore. HEX triplet: 47, 4A and 5F. RGB value is (71,74,95). Sum of RGB (Red+Green+Blue) = 71+74+95=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 74 (29.30% from 255 or 30.83% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 95 - color contains mainly: blue. Hex color #474A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A5F is #B8B5A0. Grayscale: #4B4B4B. Windows color (decimal): -12105121 or 6244935. OLE color: 6244935.

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

Color convert

RGB 71 74 95 -
CMYK 0.25 0.22 0 0.63
HSL 232.5º 0.14% 0.33% -
HSV(B) 232.5º 0.25% 0.37% -
XYZ 7.11 7.06 11.81 -
YUV 75.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 71 74 95 0.25 0.22 0 0.63 232.5 0.14 0.33
Hex 47 4A 5F 19 16 0 3F E8 E 21
Octal 107 112 137 31 26 0 77 350 16 41
Binary 1000111 1001010 1011111 11001 10110 0 111111 11101000 1110 100001

Color Harmonies of #474A5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A5F

Black with #474A5F

Text Example


Text Example

White with #474A5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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