Html Css Color HEX #474A63 Port Gore

📋 copy color: '#474A63'

red 71 ◦ green 74 ◦ blue 99

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

Shades of Port Gore #474A63

Tints of Port Gore #474A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.57%

R = 29.1%
G = 30.33%
B = 40.57%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#474A63 (or 0x474A63) is known color: Port Gore. HEX triplet: 47, 4A and 63. RGB value is (71,74,99). Sum of RGB (Red+Green+Blue) = 71+74+99=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 74 (29.30% from 255 or 30.33% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 99 - color contains mainly: blue. Hex color #474A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474A63 is #B8B59C. Grayscale: #4B4B4B. Windows color (decimal): -12105117 or 6507079. OLE color: 6507079.

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

Color convert

RGB 71 74 99 -
CMYK 0.28 0.25 0 0.61
HSL 233.57º 0.16% 0.33% -
HSV(B) 233.57º 0.28% 0.39% -
XYZ 7.3 7.14 12.8 -
YUV 75.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 71 74 99 0.28 0.25 0 0.61 233.57 0.16 0.33
Hex 47 4A 63 1C 19 0 3D EA 10 21
Octal 107 112 143 34 31 0 75 352 20 41
Binary 1000111 1001010 1100011 11100 11001 0 111101 11101010 10000 100001

Color Harmonies of #474A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474A63

Black with #474A63

Text Example


Text Example

White with #474A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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