Html Css Color HEX #404563 Port Gore

📋 copy color: '#404563'

red 64 ◦ green 69 ◦ blue 99

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

Shades of Port Gore #404563

Tints of Port Gore #404563

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.74%

 BLUE value IS 99 (39.06% from 255) = 42.67%

R = 27.59%
G = 29.74%
B = 42.67%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#404563 (or 0x404563) is known color: Port Gore. HEX triplet: 40, 45 and 63. RGB value is (64,69,99). Sum of RGB (Red+Green+Blue) = 64+69+99=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #404563 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404563 is #BFBA9C. Grayscale: #464646. Windows color (decimal): -12565149 or 6505792. OLE color: 6505792.

HSL color Cylindrical-coordinate representation of color #404563: hue angle of 231.43º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #404563 is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 69 99 -
CMYK 0.35 0.30 0 0.61
HSL 231.43º 0.21% 0.32% -
HSV(B) 231.43º 0.35% 0.39% -
XYZ 6.49 6.25 12.67 -
YUV 70.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 64 69 99 0.35 0.30 0 0.61 231.43 0.21 0.32
Hex 40 45 63 23 1E 0 3D E7 15 20
Octal 100 105 143 43 36 0 75 347 25 40
Binary 1000000 1000101 1100011 100011 11110 0 111101 11100111 10101 100000

Color Harmonies of #404563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404563

Black with #404563

Text Example


Text Example

White with #404563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404563; }

 p { color: rgb(64,69,99); }

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

background-color css

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

 a { background-color: rgb(64,69,99); }

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

border-color css

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

 span { border-color: rgb(64,69,99); }

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