Html Css Color HEX #404460 Port Gore

📋 copy color: '#404460'

red 64 ◦ green 68 ◦ blue 96

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

Shades of Port Gore #404460

Tints of Port Gore #404460

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.82%

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

R = 28.07%
G = 29.82%
B = 42.11%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404460 (or 0x404460) is known color: Port Gore. HEX triplet: 40, 44 and 60. RGB value is (64,68,96). Sum of RGB (Red+Green+Blue) = 64+68+96=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #404460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404460 is #BFBB9F. Grayscale: #454545. Windows color (decimal): -12565408 or 6308928. OLE color: 6308928.

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

Color convert

RGB 64 68 96 -
CMYK 0.33 0.29 0 0.62
HSL 232.5º 0.2% 0.31% -
HSV(B) 232.5º 0.33% 0.38% -
XYZ 6.29 6.07 11.91 -
YUV 70 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 64 68 96 0.33 0.29 0 0.62 232.5 0.2 0.31
Hex 40 44 60 21 1D 0 3E E8 14 1F
Octal 100 104 140 41 35 0 76 350 24 37
Binary 1000000 1000100 1100000 100001 11101 0 111110 11101000 10100 11111

Color Harmonies of #404460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404460

Black with #404460

Text Example


Text Example

White with #404460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404460; }

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

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

background-color css

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

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

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

border-color css

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

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

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