Html Css Color HEX #465463 Cello

📋 copy color: '#465463'

red 70 ◦ green 84 ◦ blue 99

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

Shades of Cello #465463

Tints of Cello #465463

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.2%

 BLUE value IS 99 (39.06% from 255) = 39.13%

R = 27.67%
G = 33.2%
B = 39.13%

CMYK

 C value IS 0.29

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#465463 (or 0x465463) is known color: Cello. HEX triplet: 46, 54 and 63. RGB value is (70,84,99). Sum of RGB (Red+Green+Blue) = 70+84+99=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 99 (39.06% from 255 or 39.13% from 253); Max value from RGB is 99 - color contains mainly: blue. Hex color #465463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465463 is #B9AB9C. Grayscale: #515151. Windows color (decimal): -12168093 or 6509638. OLE color: 6509638.

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

Color convert

RGB 70 84 99 -
CMYK 0.29 0.15 0 0.61
HSL 211.03º 0.17% 0.33% -
HSV(B) 211.03º 0.29% 0.39% -
XYZ 7.95 8.54 13.03 -
YUV 81.52 137.86 119.78 -
System Red Green Blue C M Y K H S L
Decimal 70 84 99 0.29 0.15 0 0.61 211.03 0.17 0.33
Hex 46 54 63 1D F 0 3D D3 11 21
Octal 106 124 143 35 17 0 75 323 21 41
Binary 1000110 1010100 1100011 11101 1111 0 111101 11010011 10001 100001

Color Harmonies of #465463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465463

Black with #465463

Text Example


Text Example

White with #465463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465463; }

 p { color: rgb(70,84,99); }

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

background-color css

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

 a { background-color: rgb(70,84,99); }

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

border-color css

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

 span { border-color: rgb(70,84,99); }

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