Html Css Color HEX #454E50 Casal

📋 copy color: '#454E50'

red 69 ◦ green 78 ◦ blue 80

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

Shades of Casal #454E50

Tints of Casal #454E50

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.36%

 BLUE value IS 80 (31.64% from 255) = 35.24%

R = 30.4%
G = 34.36%
B = 35.24%

CMYK

 C value IS 0.14

 M value IS 0.02

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#454E50 (or 0x454E50) is known color: Casal. HEX triplet: 45, 4E and 50. RGB value is (69,78,80). Sum of RGB (Red+Green+Blue) = 69+78+80=227 (30% of max value = 765). Red value is 69 (27.34% from 255 or 30.40% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 80 - color contains mainly: blue. Hex color #454E50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #454E50 is #BAB1AF. Grayscale: #4B4B4B. Windows color (decimal): -12235184 or 5262917. OLE color: 5262917.

HSL color Cylindrical-coordinate representation of color #454E50: hue angle of 190.91º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #454E50 is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 69 78 80 -
CMYK 0.14 0.02 0 0.69
HSL 190.91º 0.07% 0.29% -
HSV(B) 190.91º 0.14% 0.31% -
XYZ 6.63 7.29 8.65 -
YUV 75.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 69 78 80 0.14 0.02 0 0.69 190.91 0.07 0.29
Hex 45 4E 50 E 2 0 45 BF 7 1D
Octal 105 116 120 16 2 0 105 277 7 35
Binary 1000101 1001110 1010000 1110 10 0 1000101 10111111 111 11101

Color Harmonies of #454E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454E50

Black with #454E50

Text Example


Text Example

White with #454E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454E50; }

 p { color: rgb(69,78,80); }

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

background-color css

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

 a { background-color: rgb(69,78,80); }

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

border-color css

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

 span { border-color: rgb(69,78,80); }

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