#424975

Color #424975 Port Gore (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Port Gore #424975

Tints of Port Gore #424975

Color information

#424975 (or 0x424975) is unknown color: approx Port Gore. HEX triplet: 42, 49 and 75. RGB value is (66,73,117). Sum of RGB (Red+Green+Blue) = 66+73+117=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #424975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424975 is #BDB68A. Grayscale: #4B4B4B. Windows color (decimal): -12433035 or 7686466. OLE color: 7686466.

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

Color convert

RGB6673117-
CMYK0.440.3800.54
HSL231.76º27.87%35.88%-
HSV(B)231.76º43.59%45.88%-
XYZ7.847.2117.81-
YUV75.92151.18120.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 73 (28.91% from 255) = 28.52%
BLUE value IS 117 (46.09% from 255) = 45.70%
R=25.78%
G=28.52%
B=45.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66731170.440.3800.54231.7627.8735.88
Hex4249752C26036e81c24
Octal10211116554460663503444
Binary10000101001001111010110110010011001101101110100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424975; }

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

 H1.HeaderClassName
 {
   color: #424975;
 }
 .AnyTagClassName
 {
   color: #424975;
 }
</style>
background-color css

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

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

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

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

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

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