Html Css Color HEX #404760 Port Gore

📋 copy color: '#404760'

red 64 ◦ green 71 ◦ blue 96

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

Shades of Port Gore #404760

Tints of Port Gore #404760

RGB

 RED value IS 64 (25.39% from 255) = 27.71%

 GREEN value IS 71 (28.13% from 255) = 30.74%

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

R = 27.71%
G = 30.74%
B = 41.56%

CMYK

 C value IS 0.33

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404760 (or 0x404760) is known color: Port Gore. HEX triplet: 40, 47 and 60. RGB value is (64,71,96). Sum of RGB (Red+Green+Blue) = 64+71+96=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #404760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404760 is #BFB89F. Grayscale: #474747. Windows color (decimal): -12564640 or 6309696. OLE color: 6309696.

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

Color convert

RGB 64 71 96 -
CMYK 0.33 0.26 0 0.62
HSL 226.88º 0.2% 0.31% -
HSV(B) 226.88º 0.33% 0.38% -
XYZ 6.48 6.44 11.97 -
YUV 71.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 64 71 96 0.33 0.26 0 0.62 226.88 0.2 0.31
Hex 40 47 60 21 1A 0 3E E3 14 1F
Octal 100 107 140 41 32 0 76 343 24 37
Binary 1000000 1000111 1100000 100001 11010 0 111110 11100011 10100 11111

Color Harmonies of #404760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404760

Black with #404760

Text Example


Text Example

White with #404760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404760; }

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

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

background-color css

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

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

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

border-color css

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

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

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