Html Css Color HEX #404560 Port Gore

📋 copy color: '#404560'

red 64 ◦ green 69 ◦ blue 96

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

Shades of Port Gore #404560

Tints of Port Gore #404560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.13%

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

R = 27.95%
G = 30.13%
B = 41.92%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404560 (or 0x404560) is known color: Port Gore. HEX triplet: 40, 45 and 60. RGB value is (64,69,96). Sum of RGB (Red+Green+Blue) = 64+69+96=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #404560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404560 is #BFBA9F. Grayscale: #464646. Windows color (decimal): -12565152 or 6309184. OLE color: 6309184.

HSL color Cylindrical-coordinate representation of color #404560: hue angle of 230.62º 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 #404560 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 69 96 -
CMYK 0.33 0.28 0 0.62
HSL 230.63º 0.2% 0.31% -
HSV(B) 230.63º 0.33% 0.38% -
XYZ 6.35 6.19 11.93 -
YUV 70.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 64 69 96 0.33 0.28 0 0.62 230.63 0.2 0.31
Hex 40 45 60 21 1C 0 3E E7 14 1F
Octal 100 105 140 41 34 0 76 347 24 37
Binary 1000000 1000101 1100000 100001 11100 0 111110 11100111 10100 11111

Color Harmonies of #404560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404560

Black with #404560

Text Example


Text Example

White with #404560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404560; }

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

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

background-color css

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

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

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

border-color css

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

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

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