Html Css Color HEX #404260 Port Gore

📋 copy color: '#404260'

red 64 ◦ green 66 ◦ blue 96

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

Shades of Port Gore #404260

Tints of Port Gore #404260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.2%

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

R = 28.32%
G = 29.2%
B = 42.48%

CMYK

 C value IS 0.33

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404260 (or 0x404260) is known color: Port Gore. HEX triplet: 40, 42 and 60. RGB value is (64,66,96). Sum of RGB (Red+Green+Blue) = 64+66+96=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #404260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404260 is #BFBD9F. Grayscale: #444444. Windows color (decimal): -12565920 or 6308416. OLE color: 6308416.

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

Color convert

RGB 64 66 96 -
CMYK 0.33 0.31 0 0.62
HSL 236.25º 0.2% 0.31% -
HSV(B) 236.25º 0.33% 0.38% -
XYZ 6.17 5.83 11.87 -
YUV 68.82 143.34 124.56 -
System Red Green Blue C M Y K H S L
Decimal 64 66 96 0.33 0.31 0 0.62 236.25 0.2 0.31
Hex 40 42 60 21 1F 0 3E EC 14 1F
Octal 100 102 140 41 37 0 76 354 24 37
Binary 1000000 1000010 1100000 100001 11111 0 111110 11101100 10100 11111

Color Harmonies of #404260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404260

Black with #404260

Text Example


Text Example

White with #404260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404260; }

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

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

background-color css

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

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

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

border-color css

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

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

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