Html Css Color HEX #404468 Port Gore

📋 copy color: '#404468'

red 64 ◦ green 68 ◦ blue 104

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

Shades of Port Gore #404468

Tints of Port Gore #404468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.81%

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

R = 27.12%
G = 28.81%
B = 44.07%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#404468 (or 0x404468) is known color: Port Gore. HEX triplet: 40, 44 and 68. RGB value is (64,68,104). Sum of RGB (Red+Green+Blue) = 64+68+104=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 104 - color contains mainly: blue. Hex color #404468 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404468 is #BFBB97. Grayscale: #464646. Windows color (decimal): -12565400 or 6833216. OLE color: 6833216.

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

Color convert

RGB 64 68 104 -
CMYK 0.38 0.35 0 0.59
HSL 234º 0.24% 0.33% -
HSV(B) 234º 0.38% 0.41% -
XYZ 6.68 6.22 13.95 -
YUV 70.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 64 68 104 0.38 0.35 0 0.59 234 0.24 0.33
Hex 40 44 68 26 23 0 3B EA 18 21
Octal 100 104 150 46 43 0 73 352 30 41
Binary 1000000 1000100 1101000 100110 100011 0 111011 11101010 11000 100001

Color Harmonies of #404468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404468

Black with #404468

Text Example


Text Example

White with #404468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404468; }

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

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

background-color css

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

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

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

border-color css

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

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

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