Html Css Color HEX #404766 Port Gore

📋 copy color: '#404766'

red 64 ◦ green 71 ◦ blue 102

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

Shades of Port Gore #404766

Tints of Port Gore #404766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 43.04%

R = 27%
G = 29.96%
B = 43.04%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#404766 (or 0x404766) is known color: Port Gore. HEX triplet: 40, 47 and 66. RGB value is (64,71,102). Sum of RGB (Red+Green+Blue) = 64+71+102=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 102 (40.23% from 255 or 43.04% from 237); Max value from RGB is 102 - color contains mainly: blue. Hex color #404766 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404766 is #BFB899. Grayscale: #484848. Windows color (decimal): -12564634 or 6702912. OLE color: 6702912.

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

Color convert

RGB 64 71 102 -
CMYK 0.37 0.30 0 0.6
HSL 228.95º 0.23% 0.33% -
HSV(B) 228.95º 0.37% 0.4% -
XYZ 6.77 6.56 13.48 -
YUV 72.44 144.68 121.98 -
System Red Green Blue C M Y K H S L
Decimal 64 71 102 0.37 0.30 0 0.6 228.95 0.23 0.33
Hex 40 47 66 25 1E 0 3C E5 17 21
Octal 100 107 146 45 36 0 74 345 27 41
Binary 1000000 1000111 1100110 100101 11110 0 111100 11100101 10111 100001

Color Harmonies of #404766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404766

Black with #404766

Text Example


Text Example

White with #404766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404766; }

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

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

background-color css

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

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

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

border-color css

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

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

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