#42475F

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

Shades of Port Gore #42475F

Tints of Port Gore #42475F

Color information

#42475F (or 0x42475F) is unknown color: approx Port Gore. HEX triplet: 42, 47 and 5F. RGB value is (66,71,95). Sum of RGB (Red+Green+Blue) = 66+71+95=232 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.45% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #42475F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42475F is #BDB8A0. Grayscale: #484848. Windows color (decimal): -12433569 or 6244162. OLE color: 6244162.

HSL color Cylindrical-coordinate representation of color #42475F: hue angle of 229.66º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42475F is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB667195-
CMYK0.310.2500.63
HSL229.66º18.01%31.57%-
HSV(B)229.66º30.53%37.25%-
XYZ6.576.4911.73-
YUV72.24140.84123.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.45%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=28.45%
G=30.60%
B=40.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6671950.310.2500.63229.6618.0131.57
Hex42475F1F1903Fe61220
Octal10210713737310773462240
Binary100001010001111011111111111100101111111110011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42475F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42475F; }

 p { color: rgb(66,71,95); }

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

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

 a { background-color: rgb(66,71,95); }

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

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

 span { border-color: rgb(66,71,95); }

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