Html Css Color HEX #474A62 Port Gore

📋 copy color: '#474A62'

red 71 ◦ green 74 ◦ blue 98

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

Shades of Port Gore #474A62

Tints of Port Gore #474A62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 40.33%

R = 29.22%
G = 30.45%
B = 40.33%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#474A62 (or 0x474A62) is known color: Port Gore. HEX triplet: 47, 4A and 62. RGB value is (71,74,98). Sum of RGB (Red+Green+Blue) = 71+74+98=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 98 - color contains mainly: blue. Hex color #474A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A62 is #B8B59D. Grayscale: #4B4B4B. Windows color (decimal): -12105118 or 6441543. OLE color: 6441543.

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

Color convert

RGB 71 74 98 -
CMYK 0.28 0.24 0 0.62
HSL 233.33º 0.16% 0.33% -
HSV(B) 233.33º 0.28% 0.38% -
XYZ 7.25 7.12 12.55 -
YUV 75.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 71 74 98 0.28 0.24 0 0.62 233.33 0.16 0.33
Hex 47 4A 62 1C 18 0 3E E9 10 21
Octal 107 112 142 34 30 0 76 351 20 41
Binary 1000111 1001010 1100010 11100 11000 0 111110 11101001 10000 100001

Color Harmonies of #474A62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A62

Black with #474A62

Text Example


Text Example

White with #474A62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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