Html Css Color HEX #404362 Port Gore

📋 copy color: '#404362'

red 64 ◦ green 67 ◦ blue 98

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

Shades of Port Gore #404362

Tints of Port Gore #404362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.26%

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

R = 27.95%
G = 29.26%
B = 42.79%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#404362 (or 0x404362) is known color: Port Gore. HEX triplet: 40, 43 and 62. RGB value is (64,67,98). Sum of RGB (Red+Green+Blue) = 64+67+98=229 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.95% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 98 (38.67% from 255 or 42.79% from 229); Max value from RGB is 98 - color contains mainly: blue. Hex color #404362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404362 is #BFBC9D. Grayscale: #454545. Windows color (decimal): -12565662 or 6439744. OLE color: 6439744.

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

Color convert

RGB 64 67 98 -
CMYK 0.35 0.32 0 0.62
HSL 234.71º 0.21% 0.32% -
HSV(B) 234.71º 0.35% 0.38% -
XYZ 6.33 5.99 12.38 -
YUV 69.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 64 67 98 0.35 0.32 0 0.62 234.71 0.21 0.32
Hex 40 43 62 23 20 0 3E EB 15 20
Octal 100 103 142 43 40 0 76 353 25 40
Binary 1000000 1000011 1100010 100011 100000 0 111110 11101011 10101 100000

Color Harmonies of #404362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404362

Black with #404362

Text Example


Text Example

White with #404362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404362; }

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

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

background-color css

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

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

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

border-color css

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

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

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