Html Css Color HEX #404366 Port Gore

📋 copy color: '#404366'

red 64 ◦ green 67 ◦ blue 102

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

Shades of Port Gore #404366

Tints of Port Gore #404366

RGB

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

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

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

R = 27.47%
G = 28.76%
B = 43.78%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#404366 (or 0x404366) is known color: Port Gore. HEX triplet: 40, 43 and 66. RGB value is (64,67,102). Sum of RGB (Red+Green+Blue) = 64+67+102=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 102 - color contains mainly: blue. Hex color #404366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404366 is #BFBC99. Grayscale: #454545. Windows color (decimal): -12565658 or 6701888. OLE color: 6701888.

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

Color convert

RGB 64 67 102 -
CMYK 0.37 0.34 0 0.6
HSL 235.26º 0.23% 0.33% -
HSV(B) 235.26º 0.37% 0.4% -
XYZ 6.52 6.06 13.4 -
YUV 70.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 64 67 102 0.37 0.34 0 0.6 235.26 0.23 0.33
Hex 40 43 66 25 22 0 3C EB 17 21
Octal 100 103 146 45 42 0 74 353 27 41
Binary 1000000 1000011 1100110 100101 100010 0 111100 11101011 10111 100001

Color Harmonies of #404366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404366

Black with #404366

Text Example


Text Example

White with #404366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404366; }

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

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

background-color css

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

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

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

border-color css

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

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

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