Html Css Color HEX #474A61 Port Gore

📋 copy color: '#474A61'

red 71 ◦ green 74 ◦ blue 97

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

Shades of Port Gore #474A61

Tints of Port Gore #474A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.08%

R = 29.34%
G = 30.58%
B = 40.08%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#474A61 (or 0x474A61) is known color: Port Gore. HEX triplet: 47, 4A and 61. RGB value is (71,74,97). Sum of RGB (Red+Green+Blue) = 71+74+97=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #474A61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A61 is #B8B59E. Grayscale: #4B4B4B. Windows color (decimal): -12105119 or 6376007. OLE color: 6376007.

HSL color Cylindrical-coordinate representation of color #474A61: hue angle of 233.08º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #474A61 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 71 74 97 -
CMYK 0.27 0.24 0 0.62
HSL 233.08º 0.15% 0.33% -
HSV(B) 233.08º 0.27% 0.38% -
XYZ 7.2 7.1 12.3 -
YUV 75.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 71 74 97 0.27 0.24 0 0.62 233.08 0.15 0.33
Hex 47 4A 61 1B 18 0 3E E9 F 21
Octal 107 112 141 33 30 0 76 351 17 41
Binary 1000111 1001010 1100001 11011 11000 0 111110 11101001 1111 100001

Color Harmonies of #474A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A61

Black with #474A61

Text Example


Text Example

White with #474A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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