Html Css Color HEX #465260 Cello

📋 copy color: '#465260'

red 70 ◦ green 82 ◦ blue 96

#465260
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cello #465260

Tints of Cello #465260

RGB

 RED value IS 70 (27.73% from 255) = 28.23%

 GREEN value IS 82 (32.42% from 255) = 33.06%

 BLUE value IS 96 (37.89% from 255) = 38.71%

R = 28.23%
G = 33.06%
B = 38.71%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465260 (or 0x465260) is known color: Cello. HEX triplet: 46, 52 and 60. RGB value is (70,82,96). Sum of RGB (Red+Green+Blue) = 70+82+96=248 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.23% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 96 - color contains mainly: blue. Hex color #465260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465260 is #B9AD9F. Grayscale: #4F4F4F. Windows color (decimal): -12168608 or 6312518. OLE color: 6312518.

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

Color convert

RGB 70 82 96 -
CMYK 0.27 0.15 0 0.62
HSL 212.31º 0.16% 0.33% -
HSV(B) 212.31º 0.27% 0.38% -
XYZ 7.65 8.18 12.24 -
YUV 80.01 137.02 120.86 -
System Red Green Blue C M Y K H S L
Decimal 70 82 96 0.27 0.15 0 0.62 212.31 0.16 0.33
Hex 46 52 60 1B F 0 3E D4 10 21
Octal 106 122 140 33 17 0 76 324 20 41
Binary 1000110 1010010 1100000 11011 1111 0 111110 11010100 10000 100001

Color Harmonies of #465260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465260

Black with #465260

Text Example


Text Example

White with #465260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465260; }

 p { color: rgb(70,82,96); }

 H1.HeaderClassName
 {
   color: #465260;
 }
 .AnyTagClassName
 {
   color: #465260;
 }
</style>

background-color css

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

 a { background-color: rgb(70,82,96); }

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

border-color css

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

 span { border-color: rgb(70,82,96); }

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