Html Css Color HEX #474B60 Port Gore

📋 copy color: '#474B60'

red 71 ◦ green 75 ◦ blue 96

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

Shades of Port Gore #474B60

Tints of Port Gore #474B60

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.99%

 BLUE value IS 96 (37.89% from 255) = 39.67%

R = 29.34%
G = 30.99%
B = 39.67%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#474B60 (or 0x474B60) is known color: Port Gore. HEX triplet: 47, 4B and 60. RGB value is (71,75,96). Sum of RGB (Red+Green+Blue) = 71+75+96=242 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.34% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 96 (37.89% from 255 or 39.67% from 242); Max value from RGB is 96 - color contains mainly: blue. Hex color #474B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474B60 is #B8B49F. Grayscale: #4C4C4C. Windows color (decimal): -12104864 or 6310727. OLE color: 6310727.

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

Color convert

RGB 71 75 96 -
CMYK 0.26 0.22 0 0.62
HSL 230.4º 0.15% 0.33% -
HSV(B) 230.4º 0.26% 0.38% -
XYZ 7.23 7.22 12.08 -
YUV 76.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 71 75 96 0.26 0.22 0 0.62 230.4 0.15 0.33
Hex 47 4B 60 1A 16 0 3E E6 F 21
Octal 107 113 140 32 26 0 76 346 17 41
Binary 1000111 1001011 1100000 11010 10110 0 111110 11100110 1111 100001

Color Harmonies of #474B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474B60

Black with #474B60

Text Example


Text Example

White with #474B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,75,96); }

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

background-color css

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

 a { background-color: rgb(71,75,96); }

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

border-color css

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

 span { border-color: rgb(71,75,96); }

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