Html Css Color HEX #404768 Port Gore

📋 copy color: '#404768'

red 64 ◦ green 71 ◦ blue 104

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

Shades of Port Gore #404768

Tints of Port Gore #404768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.51%

R = 26.78%
G = 29.71%
B = 43.51%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#404768 (or 0x404768) is known color: Port Gore. HEX triplet: 40, 47 and 68. RGB value is (64,71,104). Sum of RGB (Red+Green+Blue) = 64+71+104=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 104 - color contains mainly: blue. Hex color #404768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404768 is #BFB897. Grayscale: #484848. Windows color (decimal): -12564632 or 6833984. OLE color: 6833984.

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

Color convert

RGB 64 71 104 -
CMYK 0.38 0.32 0 0.59
HSL 229.5º 0.24% 0.33% -
HSV(B) 229.5º 0.38% 0.41% -
XYZ 6.87 6.6 14.01 -
YUV 72.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 64 71 104 0.38 0.32 0 0.59 229.5 0.24 0.33
Hex 40 47 68 26 20 0 3B E6 18 21
Octal 100 107 150 46 40 0 73 346 30 41
Binary 1000000 1000111 1101000 100110 100000 0 111011 11100110 11000 100001

Color Harmonies of #404768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404768

Black with #404768

Text Example


Text Example

White with #404768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404768; }

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

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

background-color css

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

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

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

border-color css

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

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

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