Html Css Color HEX #404975 Port Gore

📋 copy color: '#404975'

red 64 ◦ green 73 ◦ blue 117

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

Shades of Port Gore #404975

Tints of Port Gore #404975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.74%

 BLUE value IS 117 (46.09% from 255) = 46.06%

R = 25.2%
G = 28.74%
B = 46.06%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#404975 (or 0x404975) is known color: Port Gore. HEX triplet: 40, 49 and 75. RGB value is (64,73,117). Sum of RGB (Red+Green+Blue) = 64+73+117=254 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.20% from 254); Green value is 73 (28.91% from 255 or 28.74% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #404975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404975 is #BFB68A. Grayscale: #4B4B4B. Windows color (decimal): -12564107 or 7686464. OLE color: 7686464.

HSL color Cylindrical-coordinate representation of color #404975: hue angle of 229.81º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #404975 is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 64 73 117 -
CMYK 0.45 0.38 0 0.54
HSL 229.81º 0.29% 0.35% -
HSV(B) 229.81º 0.45% 0.46% -
XYZ 7.71 7.14 17.8 -
YUV 75.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 64 73 117 0.45 0.38 0 0.54 229.81 0.29 0.35
Hex 40 49 75 2D 26 0 36 E6 1D 23
Octal 100 111 165 55 46 0 66 346 35 43
Binary 1000000 1001001 1110101 101101 100110 0 110110 11100110 11101 100011

Color Harmonies of #404975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404975

Black with #404975

Text Example


Text Example

White with #404975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404975; }

 p { color: rgb(64,73,117); }

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

background-color css

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

 a { background-color: rgb(64,73,117); }

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

border-color css

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

 span { border-color: rgb(64,73,117); }

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