Html Css Color HEX #465254 Casal

📋 copy color: '#465254'

red 70 ◦ green 82 ◦ blue 84

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

Shades of Casal #465254

Tints of Casal #465254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.59%

R = 29.66%
G = 34.75%
B = 35.59%

CMYK

 C value IS 0.17

 M value IS 0.02

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#465254 (or 0x465254) is known color: Casal. HEX triplet: 46, 52 and 54. RGB value is (70,82,84). Sum of RGB (Red+Green+Blue) = 70+82+84=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 84 (33.20% from 255 or 35.59% from 236); Max value from RGB is 84 - color contains mainly: blue. Hex color #465254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465254 is #B9ADAB. Grayscale: #4E4E4E. Windows color (decimal): -12168620 or 5526086. OLE color: 5526086.

HSL color Cylindrical-coordinate representation of color #465254: hue angle of 188.57º degrees, saturation: 0.09, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #465254 is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 82 84 -
CMYK 0.17 0.02 0 0.67
HSL 188.57º 0.09% 0.3% -
HSV(B) 188.57º 0.17% 0.33% -
XYZ 7.14 7.98 9.55 -
YUV 78.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 70 82 84 0.17 0.02 0 0.67 188.57 0.09 0.3
Hex 46 52 54 11 2 0 43 BD 9 1E
Octal 106 122 124 21 2 0 103 275 11 36
Binary 1000110 1010010 1010100 10001 10 0 1000011 10111101 1001 11110

Color Harmonies of #465254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465254

Black with #465254

Text Example


Text Example

White with #465254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465254; }

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

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

background-color css

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

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

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

border-color css

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

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

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