Html Css Color HEX #404570 Port Gore

📋 copy color: '#404570'

red 64 ◦ green 69 ◦ blue 112

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

Shades of Port Gore #404570

Tints of Port Gore #404570

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.16%

 BLUE value IS 112 (44.14% from 255) = 45.71%

R = 26.12%
G = 28.16%
B = 45.71%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404570 (or 0x404570) is known color: Port Gore. HEX triplet: 40, 45 and 70. RGB value is (64,69,112). Sum of RGB (Red+Green+Blue) = 64+69+112=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 112 - color contains mainly: blue. Hex color #404570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404570 is #BFBA8F. Grayscale: #484848. Windows color (decimal): -12565136 or 7357760. OLE color: 7357760.

HSL color Cylindrical-coordinate representation of color #404570: hue angle of 233.75º 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 #404570 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 69 112 -
CMYK 0.43 0.38 0 0.56
HSL 233.75º 0.27% 0.35% -
HSV(B) 233.75º 0.43% 0.44% -
XYZ 7.17 6.52 16.21 -
YUV 72.41 150.34 122 -
System Red Green Blue C M Y K H S L
Decimal 64 69 112 0.43 0.38 0 0.56 233.75 0.27 0.35
Hex 40 45 70 2B 26 0 38 EA 1B 23
Octal 100 105 160 53 46 0 70 352 33 43
Binary 1000000 1000101 1110000 101011 100110 0 111000 11101010 11011 100011

Color Harmonies of #404570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404570

Black with #404570

Text Example


Text Example

White with #404570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404570; }

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

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

background-color css

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

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

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

border-color css

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

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

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