#465362

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

Shades of Cello #465362

Tints of Cello #465362

Color information

#465362 (or 0x465362) is unknown color: approx Cello. HEX triplet: 46, 53 and 62. RGB value is (70,83,98). Sum of RGB (Red+Green+Blue) = 70+83+98=251 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.89% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 98 (38.67% from 255 or 39.04% from 251); Max value from RGB is 98 - color contains mainly: blue. Hex color #465362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465362 is #B9AC9D. Grayscale: #505050. Windows color (decimal): -12168350 or 6443846. OLE color: 6443846.

HSL color Cylindrical-coordinate representation of color #465362: hue angle of 212.14º 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 #465362 is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB708398-
CMYK0.290.1500.62
HSL212.14º16.67%32.94%-
HSV(B)212.14º28.57%38.43%-
XYZ7.828.3712.76-
YUV80.82137.69120.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.89%
GREEN value IS 83 (32.81% from 255) = 33.07%
BLUE value IS 98 (38.67% from 255) = 39.04%
R=27.89%
G=33.07%
B=39.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7083980.290.1500.62212.1416.6732.94
Hex4653621DF03Ed41121
Octal10612314235170763242141
Binary10001101010011110001011101111101111101101010010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465362; }

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

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

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

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

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

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

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

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