Html Css Color HEX #404A6C Port Gore

📋 copy color: '#404A6C'

red 64 ◦ green 74 ◦ blue 108

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

Shades of Port Gore #404A6C

Tints of Port Gore #404A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 43.9%

R = 26.02%
G = 30.08%
B = 43.9%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#404A6C (or 0x404A6C) is known color: Port Gore. HEX triplet: 40, 4A and 6C. RGB value is (64,74,108). Sum of RGB (Red+Green+Blue) = 64+74+108=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 74 (29.30% from 255 or 30.08% from 246); Blue value is 108 (42.58% from 255 or 43.90% from 246); Max value from RGB is 108 - color contains mainly: blue. Hex color #404A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A6C is #BFB593. Grayscale: #4A4A4A. Windows color (decimal): -12563860 or 7096896. OLE color: 7096896.

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

Color convert

RGB 64 74 108 -
CMYK 0.41 0.31 0 0.58
HSL 226.36º 0.26% 0.34% -
HSV(B) 226.36º 0.41% 0.42% -
XYZ 7.27 7.07 15.17 -
YUV 74.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 64 74 108 0.41 0.31 0 0.58 226.36 0.26 0.34
Hex 40 4A 6C 29 1F 0 3A E2 1A 22
Octal 100 112 154 51 37 0 72 342 32 42
Binary 1000000 1001010 1101100 101001 11111 0 111010 11100010 11010 100010

Color Harmonies of #404A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A6C

Black with #404A6C

Text Example


Text Example

White with #404A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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