Html Css Color HEX #404A70 Port Gore

📋 copy color: '#404A70'

red 64 ◦ green 74 ◦ blue 112

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

Shades of Port Gore #404A70

Tints of Port Gore #404A70

RGB

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

 GREEN value IS 74 (29.3% 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 value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#404A70 (or 0x404A70) is known color: 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

RGB 64 74 112 -
CMYK 0.43 0.34 0 0.56
HSL 227.5º 0.27% 0.35% -
HSV(B) 227.5º 0.43% 0.44% -
XYZ 7.49 7.16 16.32 -
YUV 75.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 64 74 112 0.43 0.34 0 0.56 227.5 0.27 0.35
Hex 40 4A 70 2B 22 0 38 E4 1B 23
Octal 100 112 160 53 42 0 70 344 33 43
Binary 1000000 1001010 1110000 101011 100010 0 111000 11100100 11011 100011

Color Harmonies of #404A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A70

Black with #404A70

Text Example


Text Example

White with #404A70

Text Example


Text Example

HTML Codes & Css Web 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>