Html Css Color HEX #404765 Port Gore

📋 copy color: '#404765'

red 64 ◦ green 71 ◦ blue 101

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

Shades of Port Gore #404765

Tints of Port Gore #404765

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.08%

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 27.12%
G = 30.08%
B = 42.8%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#404765 (or 0x404765) is known color: Port Gore. HEX triplet: 40, 47 and 65. RGB value is (64,71,101). Sum of RGB (Red+Green+Blue) = 64+71+101=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #404765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404765 is #BFB89A. Grayscale: #484848. Windows color (decimal): -12564635 or 6637376. OLE color: 6637376.

HSL color Cylindrical-coordinate representation of color #404765: hue angle of 228.65º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #404765 is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 71 101 -
CMYK 0.37 0.30 0 0.60
HSL 228.65º 0.22% 0.32% -
HSV(B) 228.65º 0.37% 0.4% -
XYZ 6.72 6.54 13.22 -
YUV 72.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 64 71 101 0.37 0.30 0 0.60 228.65 0.22 0.32
Hex 40 47 65 25 1E 0 3C E5 16 20
Octal 100 107 145 45 36 0 74 345 26 40
Binary 1000000 1000111 1100101 100101 11110 0 111100 11100101 10110 100000

Color Harmonies of #404765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404765

Black with #404765

Text Example


Text Example

White with #404765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404765; }

 p { color: rgb(64,71,101); }

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

background-color css

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

 a { background-color: rgb(64,71,101); }

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

border-color css

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

 span { border-color: rgb(64,71,101); }

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