Html Css Color HEX #404562 Port Gore

📋 copy color: '#404562'

red 64 ◦ green 69 ◦ blue 98

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

Shades of Port Gore #404562

Tints of Port Gore #404562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 42.42%

R = 27.71%
G = 29.87%
B = 42.42%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404562 (or 0x404562) is known color: Port Gore. HEX triplet: 40, 45 and 62. RGB value is (64,69,98). Sum of RGB (Red+Green+Blue) = 64+69+98=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 98 - color contains mainly: blue. Hex color #404562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404562 is #BFBA9D. Grayscale: #464646. Windows color (decimal): -12565150 or 6440256. OLE color: 6440256.

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

Color convert

RGB 64 69 98 -
CMYK 0.35 0.30 0 0.62
HSL 231.18º 0.21% 0.32% -
HSV(B) 231.18º 0.35% 0.38% -
XYZ 6.45 6.23 12.42 -
YUV 70.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 64 69 98 0.35 0.30 0 0.62 231.18 0.21 0.32
Hex 40 45 62 23 1E 0 3E E7 15 20
Octal 100 105 142 43 36 0 76 347 25 40
Binary 1000000 1000101 1100010 100011 11110 0 111110 11100111 10101 100000

Color Harmonies of #404562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404562

Black with #404562

Text Example


Text Example

White with #404562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404562; }

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

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

background-color css

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

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

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

border-color css

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

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

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