#42545F

Color #42545F San Juan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Juan #42545F

Tints of San Juan #42545F

Color information

#42545F (or 0x42545F) is unknown color: approx San Juan. HEX triplet: 42, 54 and 5F. RGB value is (66,84,95). Sum of RGB (Red+Green+Blue) = 66+84+95=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 95 (37.5% from 255 or 38.78% from 245); Max value from RGB is 95 - color contains mainly: blue. Hex color #42545F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42545F is #BDABA0. Grayscale: #4F4F4F. Windows color (decimal): -12430241 or 6247490. OLE color: 6247490.

HSL color Cylindrical-coordinate representation of color #42545F: hue angle of 202.76º 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 #42545F is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB668495-
CMYK0.310.1200.63
HSL202.76º18.01%31.57%-
HSV(B)202.76º30.53%37.25%-
XYZ7.488.3312.04-
YUV79.87136.54118.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 95 (37.5% from 255) = 38.78%
R=26.94%
G=34.29%
B=38.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6684950.310.1200.63202.7618.0131.57
Hex42545F1FC03Fcb1220
Octal10212413737140773132240
Binary10000101010100101111111111110001111111100101110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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