Html Css Color HEX #465154 Casal

📋 copy color: '#465154'

red 70 ◦ green 81 ◦ blue 84

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

Shades of Casal #465154

Tints of Casal #465154

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.47%

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

R = 29.79%
G = 34.47%
B = 35.74%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#465154 (or 0x465154) is known color: Casal. HEX triplet: 46, 51 and 54. RGB value is (70,81,84). Sum of RGB (Red+Green+Blue) = 70+81+84=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 81 (32.03% from 255 or 34.47% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 84 - color contains mainly: blue. Hex color #465154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465154 is #B9AEAB. Grayscale: #4E4E4E. Windows color (decimal): -12168876 or 5525830. OLE color: 5525830.

HSL color Cylindrical-coordinate representation of color #465154: hue angle of 192.86º 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 #465154 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 81 84 -
CMYK 0.17 0.04 0 0.67
HSL 192.86º 0.09% 0.3% -
HSV(B) 192.86º 0.17% 0.33% -
XYZ 7.07 7.83 9.53 -
YUV 78.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 70 81 84 0.17 0.04 0 0.67 192.86 0.09 0.3
Hex 46 51 54 11 4 0 43 C1 9 1E
Octal 106 121 124 21 4 0 103 301 11 36
Binary 1000110 1010001 1010100 10001 100 0 1000011 11000001 1001 11110

Color Harmonies of #465154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465154

Black with #465154

Text Example


Text Example

White with #465154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465154; }

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

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

background-color css

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

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

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

border-color css

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

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

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