#425460

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

Shades of San Juan #425460

Tints of San Juan #425460

Color information

#425460 (or 0x425460) is unknown color: approx San Juan. HEX triplet: 42, 54 and 60. RGB value is (66,84,96). Sum of RGB (Red+Green+Blue) = 66+84+96=246 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.83% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 96 - color contains mainly: blue. Hex color #425460 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425460 is #BDAB9F. Grayscale: #4F4F4F. Windows color (decimal): -12430240 or 6313026. OLE color: 6313026.

HSL color Cylindrical-coordinate representation of color #425460: hue angle of 204º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #425460 is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB668496-
CMYK0.310.1200.62
HSL204º18.52%31.76%-
HSV(B)204º31.25%37.65%-
XYZ7.538.3412.28-
YUV79.99137.04118.02-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.83%
GREEN value IS 84 (33.20% from 255) = 34.15%
BLUE value IS 96 (37.89% from 255) = 39.02%
R=26.83%
G=34.15%
B=39.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6684960.310.1200.6220418.5231.76
Hex4254601FC03Ecc1320
Octal10212414037140763142340
Binary10000101010100110000011111110001111101100110010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425460; }

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

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

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

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

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

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

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

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