Html Css Color HEX #404A6B Port Gore

📋 copy color: '#404A6B'

red 64 ◦ green 74 ◦ blue 107

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

Shades of Port Gore #404A6B

Tints of Port Gore #404A6B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.2%

 BLUE value IS 107 (42.19% from 255) = 43.67%

R = 26.12%
G = 30.2%
B = 43.67%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#404A6B (or 0x404A6B) is known color: Port Gore. HEX triplet: 40, 4A and 6B. RGB value is (64,74,107). Sum of RGB (Red+Green+Blue) = 64+74+107=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 107 - color contains mainly: blue. Hex color #404A6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A6B is #BFB594. Grayscale: #4A4A4A. Windows color (decimal): -12563861 or 7031360. OLE color: 7031360.

HSL color Cylindrical-coordinate representation of color #404A6B: hue angle of 226.05º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #404A6B is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 64 74 107 -
CMYK 0.40 0.31 0 0.58
HSL 226.05º 0.25% 0.34% -
HSV(B) 226.05º 0.4% 0.42% -
XYZ 7.22 7.05 14.89 -
YUV 74.77 146.19 120.32 -
System Red Green Blue C M Y K H S L
Decimal 64 74 107 0.40 0.31 0 0.58 226.05 0.25 0.34
Hex 40 4A 6B 28 1F 0 3A E2 19 22
Octal 100 112 153 50 37 0 72 342 31 42
Binary 1000000 1001010 1101011 101000 11111 0 111010 11100010 11001 100010

Color Harmonies of #404A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A6B

Black with #404A6B

Text Example


Text Example

White with #404A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404A6B; }

 p { color: rgb(64,74,107); }

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

background-color css

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

 a { background-color: rgb(64,74,107); }

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

border-color css

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

 span { border-color: rgb(64,74,107); }

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