Html Css Color HEX #404668 Port Gore

📋 copy color: '#404668'

red 64 ◦ green 70 ◦ blue 104

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

Shades of Port Gore #404668

Tints of Port Gore #404668

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.41%

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

R = 26.89%
G = 29.41%
B = 43.7%

CMYK

 C value IS 0.38

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#404668 (or 0x404668) is known color: Port Gore. HEX triplet: 40, 46 and 68. RGB value is (64,70,104). Sum of RGB (Red+Green+Blue) = 64+70+104=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 104 - color contains mainly: blue. Hex color #404668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404668 is #BFB997. Grayscale: #474747. Windows color (decimal): -12564888 or 6833728. OLE color: 6833728.

HSL color Cylindrical-coordinate representation of color #404668: hue angle of 231º 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 #404668 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 70 104 -
CMYK 0.38 0.33 0 0.59
HSL 231º 0.24% 0.33% -
HSV(B) 231º 0.38% 0.41% -
XYZ 6.8 6.47 13.99 -
YUV 72.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 64 70 104 0.38 0.33 0 0.59 231 0.24 0.33
Hex 40 46 68 26 21 0 3B E7 18 21
Octal 100 106 150 46 41 0 73 347 30 41
Binary 1000000 1000110 1101000 100110 100001 0 111011 11100111 11000 100001

Color Harmonies of #404668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404668

Black with #404668

Text Example


Text Example

White with #404668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404668; }

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

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

background-color css

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

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

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

border-color css

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

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

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