Html Css Color HEX #404770 Port Gore

📋 copy color: '#404770'

red 64 ◦ green 71 ◦ blue 112

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

Shades of Port Gore #404770

Tints of Port Gore #404770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.74%

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

R = 25.91%
G = 28.74%
B = 45.34%

CMYK

 C value IS 0.43

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404770 (or 0x404770) is known color: Port Gore. HEX triplet: 40, 47 and 70. RGB value is (64,71,112). Sum of RGB (Red+Green+Blue) = 64+71+112=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #404770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404770 is #BFB88F. Grayscale: #494949. Windows color (decimal): -12564624 or 7358272. OLE color: 7358272.

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

Color convert

RGB 64 71 112 -
CMYK 0.43 0.37 0 0.56
HSL 231.25º 0.27% 0.35% -
HSV(B) 231.25º 0.43% 0.44% -
XYZ 7.29 6.77 16.25 -
YUV 73.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 64 71 112 0.43 0.37 0 0.56 231.25 0.27 0.35
Hex 40 47 70 2B 25 0 38 E7 1B 23
Octal 100 107 160 53 45 0 70 347 33 43
Binary 1000000 1000111 1110000 101011 100101 0 111000 11100111 11011 100011

Color Harmonies of #404770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404770

Black with #404770

Text Example


Text Example

White with #404770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404770; }

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

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

background-color css

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

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

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

border-color css

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

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

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