Html Css Color HEX #404466 Port Gore

📋 copy color: '#404466'

red 64 ◦ green 68 ◦ blue 102

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

Shades of Port Gore #404466

Tints of Port Gore #404466

RGB

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

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

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

R = 27.35%
G = 29.06%
B = 43.59%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#404466 (or 0x404466) is known color: Port Gore. HEX triplet: 40, 44 and 66. RGB value is (64,68,102). Sum of RGB (Red+Green+Blue) = 64+68+102=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 102 - color contains mainly: blue. Hex color #404466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404466 is #BFBB99. Grayscale: #464646. Windows color (decimal): -12565402 or 6702144. OLE color: 6702144.

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

Color convert

RGB 64 68 102 -
CMYK 0.37 0.33 0 0.6
HSL 233.68º 0.23% 0.33% -
HSV(B) 233.68º 0.37% 0.4% -
XYZ 6.58 6.18 13.42 -
YUV 70.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 64 68 102 0.37 0.33 0 0.6 233.68 0.23 0.33
Hex 40 44 66 25 21 0 3C EA 17 21
Octal 100 104 146 45 41 0 74 352 27 41
Binary 1000000 1000100 1100110 100101 100001 0 111100 11101010 10111 100001

Color Harmonies of #404466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404466

Black with #404466

Text Example


Text Example

White with #404466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404466; }

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

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

background-color css

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

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

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

border-color css

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

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

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