Html Css Color HEX #404967 Port Gore

📋 copy color: '#404967'

red 64 ◦ green 73 ◦ blue 103

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

Shades of Port Gore #404967

Tints of Port Gore #404967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 42.92%

R = 26.67%
G = 30.42%
B = 42.92%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#404967 (or 0x404967) is known color: Port Gore. HEX triplet: 40, 49 and 67. RGB value is (64,73,103). Sum of RGB (Red+Green+Blue) = 64+73+103=240 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.67% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 103 (40.62% from 255 or 42.92% from 240); Max value from RGB is 103 - color contains mainly: blue. Hex color #404967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404967 is #BFB698. Grayscale: #494949. Windows color (decimal): -12564121 or 6768960. OLE color: 6768960.

HSL color Cylindrical-coordinate representation of color #404967: hue angle of 226.15º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #404967 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 73 103 -
CMYK 0.38 0.29 0 0.60
HSL 226.15º 0.23% 0.33% -
HSV(B) 226.15º 0.38% 0.4% -
XYZ 6.95 6.83 13.79 -
YUV 73.73 144.52 121.06 -
System Red Green Blue C M Y K H S L
Decimal 64 73 103 0.38 0.29 0 0.60 226.15 0.23 0.33
Hex 40 49 67 26 1D 0 3C E2 17 21
Octal 100 111 147 46 35 0 74 342 27 41
Binary 1000000 1001001 1100111 100110 11101 0 111100 11100010 10111 100001

Color Harmonies of #404967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404967

Black with #404967

Text Example


Text Example

White with #404967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404967; }

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

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

background-color css

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

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

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

border-color css

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

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

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