Html Css Color HEX #465261 Cello

📋 copy color: '#465261'

red 70 ◦ green 82 ◦ blue 97

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

Shades of Cello #465261

Tints of Cello #465261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 38.96%

R = 28.11%
G = 32.93%
B = 38.96%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#465261 (or 0x465261) is known color: Cello. HEX triplet: 46, 52 and 61. RGB value is (70,82,97). Sum of RGB (Red+Green+Blue) = 70+82+97=249 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.11% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #465261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465261 is #B9AD9E. Grayscale: #505050. Windows color (decimal): -12168607 or 6378054. OLE color: 6378054.

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

Color convert

RGB 70 82 97 -
CMYK 0.28 0.15 0 0.62
HSL 213.33º 0.16% 0.33% -
HSV(B) 213.33º 0.28% 0.38% -
XYZ 7.7 8.2 12.49 -
YUV 80.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 70 82 97 0.28 0.15 0 0.62 213.33 0.16 0.33
Hex 46 52 61 1C F 0 3E D5 10 21
Octal 106 122 141 34 17 0 76 325 20 41
Binary 1000110 1010010 1100001 11100 1111 0 111110 11010101 10000 100001

Color Harmonies of #465261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465261

Black with #465261

Text Example


Text Example

White with #465261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465261; }

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

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

background-color css

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

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

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

border-color css

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

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

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