#404A70

Color #404A70 Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #404A70

Tints of Port Gore #404A70

Color information

#404A70 (or 0x404A70) is unknown color: approx Port Gore. HEX triplet: 40, 4A and 70. RGB value is (64,74,112). Sum of RGB (Red+Green+Blue) = 64+74+112=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 74 (29.30% from 255 or 29.6% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #404A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A70 is #BFB58F. Grayscale: #4B4B4B. Windows color (decimal): -12563856 or 7359040. OLE color: 7359040.

HSL color Cylindrical-coordinate representation of color #404A70: hue angle of 227.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #404A70 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6474112-
CMYK0.430.3400.56
HSL227.5º27.27%34.51%-
HSV(B)227.5º42.86%43.92%-
XYZ7.497.1616.32-
YUV75.34148.69119.91-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.6%
GREEN value IS 74 (29.30% from 255) = 29.6%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=25.6%
G=29.6%
B=44.8%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64741120.430.3400.56227.527.2734.51
Hex404A702B22038e41b23
Octal10011216053420703443343
Binary10000001001010111000010101110001001110001110010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #404A70;
 }
 .AnyTagClassName
 {
   color: #404A70;
 }
</style>
background-color css

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

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

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

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

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

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