#455461

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

Shades of San Juan #455461

Tints of San Juan #455461

Color information

#455461 (or 0x455461) is unknown color: approx San Juan. HEX triplet: 45, 54 and 61. RGB value is (69,84,97). Sum of RGB (Red+Green+Blue) = 69+84+97=250 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.6% from 250); Green value is 84 (33.20% from 255 or 33.6% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 97 - color contains mainly: blue. Hex color #455461 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455461 is #BAAB9E. Grayscale: #505050. Windows color (decimal): -12233631 or 6378565. OLE color: 6378565.

HSL color Cylindrical-coordinate representation of color #455461: hue angle of 207.86º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #455461 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB698497-
CMYK0.290.1300.62
HSL207.86º16.87%32.55%-
HSV(B)207.86º28.87%38.04%-
XYZ7.788.4712.53-
YUV81137.03119.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.6%
GREEN value IS 84 (33.20% from 255) = 33.6%
BLUE value IS 97 (38.28% from 255) = 38.8%
R=27.6%
G=33.6%
B=38.8%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6984970.290.1300.62207.8616.8732.55
Hex4554611DD03Ed01121
Octal10512414135150763202141
Binary10001011010100110000111101110101111101101000010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455461; }

 p { color: rgb(69,84,97); }

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

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

 a { background-color: rgb(69,84,97); }

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

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

 span { border-color: rgb(69,84,97); }

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