Html Css Color HEX #404872 Port Gore

📋 copy color: '#404872'

red 64 ◦ green 72 ◦ blue 114

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

Shades of Port Gore #404872

Tints of Port Gore #404872

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.6%

R = 25.6%
G = 28.8%
B = 45.6%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#404872 (or 0x404872) is known color: Port Gore. HEX triplet: 40, 48 and 72. RGB value is (64,72,114). Sum of RGB (Red+Green+Blue) = 64+72+114=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 114 (44.92% from 255 or 45.6% from 250); Max value from RGB is 114 - color contains mainly: blue. Hex color #404872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404872 is #BFB78D. Grayscale: #4A4A4A. Windows color (decimal): -12564366 or 7489600. OLE color: 7489600.

HSL color Cylindrical-coordinate representation of color #404872: hue angle of 230.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #404872 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 72 114 -
CMYK 0.44 0.37 0 0.55
HSL 230.4º 0.28% 0.35% -
HSV(B) 230.4º 0.44% 0.45% -
XYZ 7.47 6.94 16.87 -
YUV 74.4 150.35 120.58 -
System Red Green Blue C M Y K H S L
Decimal 64 72 114 0.44 0.37 0 0.55 230.4 0.28 0.35
Hex 40 48 72 2C 25 0 37 E6 1C 23
Octal 100 110 162 54 45 0 67 346 34 43
Binary 1000000 1001000 1110010 101100 100101 0 110111 11100110 11100 100011

Color Harmonies of #404872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404872

Black with #404872

Text Example


Text Example

White with #404872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404872; }

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

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

background-color css

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

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

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

border-color css

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

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

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