Html Css Color HEX #404969 Port Gore

📋 copy color: '#404969'

red 64 ◦ green 73 ◦ blue 105

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

Shades of Port Gore #404969

Tints of Port Gore #404969

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

 BLUE value IS 105 (41.41% from 255) = 43.39%

R = 26.45%
G = 30.17%
B = 43.39%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#404969 (or 0x404969) is known color: Port Gore. HEX triplet: 40, 49 and 69. RGB value is (64,73,105). Sum of RGB (Red+Green+Blue) = 64+73+105=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 105 - color contains mainly: blue. Hex color #404969 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404969 is #BFB696. Grayscale: #494949. Windows color (decimal): -12564119 or 6900032. OLE color: 6900032.

HSL color Cylindrical-coordinate representation of color #404969: hue angle of 226.83º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #404969 is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 73 105 -
CMYK 0.39 0.30 0 0.59
HSL 226.83º 0.24% 0.33% -
HSV(B) 226.83º 0.39% 0.41% -
XYZ 7.05 6.87 14.32 -
YUV 73.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 64 73 105 0.39 0.30 0 0.59 226.83 0.24 0.33
Hex 40 49 69 27 1E 0 3B E3 18 21
Octal 100 111 151 47 36 0 73 343 30 41
Binary 1000000 1001001 1101001 100111 11110 0 111011 11100011 11000 100001

Color Harmonies of #404969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404969

Black with #404969

Text Example


Text Example

White with #404969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404969; }

 p { color: rgb(64,73,105); }

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

background-color css

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

 a { background-color: rgb(64,73,105); }

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

border-color css

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

 span { border-color: rgb(64,73,105); }

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