#465361

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

Shades of Cello #465361

Tints of Cello #465361

Color information

#465361 (or 0x465361) is unknown color: approx Cello. HEX triplet: 46, 53 and 61. RGB value is (70,83,97). Sum of RGB (Red+Green+Blue) = 70+83+97=250 (33% of max value = 765). Red value is 70 (27.73% from 255 or 28% from 250); Green value is 83 (32.81% from 255 or 33.2% 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 #465361 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465361 is #B9AC9E. Grayscale: #505050. Windows color (decimal): -12168351 or 6378310. OLE color: 6378310.

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

Color convert

RGB708397-
CMYK0.280.1400.62
HSL211.11º16.17%32.75%-
HSV(B)211.11º27.84%38.04%-
XYZ7.788.3512.51-
YUV80.71137.19120.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28%
GREEN value IS 83 (32.81% from 255) = 33.2%
BLUE value IS 97 (38.28% from 255) = 38.8%
R=28%
G=33.2%
B=38.8%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7083970.280.1400.62211.1116.1732.75
Hex4653611CE03Ed31021
Octal10612314134160763232041
Binary10001101010011110000111100111001111101101001110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465361; }

 p { color: rgb(70,83,97); }

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

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

 a { background-color: rgb(70,83,97); }

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

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

 span { border-color: rgb(70,83,97); }

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