Html Css Color HEX #455463 Cello

📋 copy color: '#455463'

red 69 ◦ green 84 ◦ blue 99

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

Shades of Cello #455463

Tints of Cello #455463

RGB

 RED value IS 69 (27.34% from 255) = 27.38%

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

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

R = 27.38%
G = 33.33%
B = 39.29%

CMYK

 C value IS 0.30

 M value IS 0.15

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#455463 (or 0x455463) is known color: Cello. HEX triplet: 45, 54 and 63. RGB value is (69,84,99). Sum of RGB (Red+Green+Blue) = 69+84+99=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 99 (39.06% from 255 or 39.29% from 252); Max value from RGB is 99 - color contains mainly: blue. Hex color #455463 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455463 is #BAAB9C. Grayscale: #515151. Windows color (decimal): -12233629 or 6509637. OLE color: 6509637.

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

Color convert

RGB 69 84 99 -
CMYK 0.30 0.15 0 0.61
HSL 210º 0.18% 0.33% -
HSV(B) 210º 0.3% 0.39% -
XYZ 7.88 8.51 13.03 -
YUV 81.23 138.03 119.28 -
System Red Green Blue C M Y K H S L
Decimal 69 84 99 0.30 0.15 0 0.61 210 0.18 0.33
Hex 45 54 63 1E F 0 3D D2 12 21
Octal 105 124 143 36 17 0 75 322 22 41
Binary 1000101 1010100 1100011 11110 1111 0 111101 11010010 10010 100001

Color Harmonies of #455463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455463

Black with #455463

Text Example


Text Example

White with #455463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455463; }

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

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

background-color css

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

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

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

border-color css

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

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

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