#425463

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

Shades of San Juan #425463

Tints of San Juan #425463

Color information

#425463 (or 0x425463) is unknown color: approx San Juan. HEX triplet: 42, 54 and 63. RGB value is (66,84,99). Sum of RGB (Red+Green+Blue) = 66+84+99=249 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.51% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 99 - color contains mainly: blue. Hex color #425463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425463 is #BDAB9C. Grayscale: #505050. Windows color (decimal): -12430237 or 6509634. OLE color: 6509634.

HSL color Cylindrical-coordinate representation of color #425463: hue angle of 207.27º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #425463 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB668499-
CMYK0.330.1500.61
HSL207.27º20%32.35%-
HSV(B)207.27º33.33%38.82%-
XYZ7.678.413.02-
YUV80.33138.54117.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.51%
GREEN value IS 84 (33.20% from 255) = 33.73%
BLUE value IS 99 (39.06% from 255) = 39.76%
R=26.51%
G=33.73%
B=39.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6684990.330.1500.61207.272032.35
Hex42546321F03Dcf1420
Octal10212414341170753172440
Binary100001010101001100011100001111101111011100111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425463; }

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

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

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

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

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

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

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

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