Html Css Color HEX #404870 Port Gore

📋 copy color: '#404870'

red 64 ◦ green 72 ◦ blue 112

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

Shades of Port Gore #404870

Tints of Port Gore #404870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.03%

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

R = 25.81%
G = 29.03%
B = 45.16%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404870 (or 0x404870) is known color: Port Gore. HEX triplet: 40, 48 and 70. RGB value is (64,72,112). Sum of RGB (Red+Green+Blue) = 64+72+112=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #404870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404870 is #BFB78F. Grayscale: #4A4A4A. Windows color (decimal): -12564368 or 7358528. OLE color: 7358528.

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

Color convert

RGB 64 72 112 -
CMYK 0.43 0.36 0 0.56
HSL 230º 0.27% 0.35% -
HSV(B) 230º 0.43% 0.44% -
XYZ 7.36 6.89 16.27 -
YUV 74.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 64 72 112 0.43 0.36 0 0.56 230 0.27 0.35
Hex 40 48 70 2B 24 0 38 E6 1B 23
Octal 100 110 160 53 44 0 70 346 33 43
Binary 1000000 1001000 1110000 101011 100100 0 111000 11100110 11011 100011

Color Harmonies of #404870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404870

Black with #404870

Text Example


Text Example

White with #404870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404870; }

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

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

background-color css

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

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

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

border-color css

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

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

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