Html Css Color HEX #465659 Casal

📋 copy color: '#465659'

red 70 ◦ green 86 ◦ blue 89

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

Shades of Casal #465659

Tints of Casal #465659

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.1%

 BLUE value IS 89 (35.16% from 255) = 36.33%

R = 28.57%
G = 35.1%
B = 36.33%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#465659 (or 0x465659) is known color: Casal. HEX triplet: 46, 56 and 59. RGB value is (70,86,89). Sum of RGB (Red+Green+Blue) = 70+86+89=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 89 (35.16% from 255 or 36.33% from 245); Max value from RGB is 89 - color contains mainly: blue. Hex color #465659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465659 is #B9A9A6. Grayscale: #515151. Windows color (decimal): -12167591 or 5854790. OLE color: 5854790.

HSL color Cylindrical-coordinate representation of color #465659: hue angle of 189.47º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #465659 is Cyan = 0.21, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 86 89 -
CMYK 0.21 0.03 0 0.65
HSL 189.47º 0.12% 0.31% -
HSV(B) 189.47º 0.21% 0.35% -
XYZ 7.66 8.68 10.72 -
YUV 81.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 70 86 89 0.21 0.03 0 0.65 189.47 0.12 0.31
Hex 46 56 59 15 3 0 41 BD C 1F
Octal 106 126 131 25 3 0 101 275 14 37
Binary 1000110 1010110 1011001 10101 11 0 1000001 10111101 1100 11111

Color Harmonies of #465659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465659

Black with #465659

Text Example


Text Example

White with #465659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465659; }

 p { color: rgb(70,86,89); }

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

background-color css

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

 a { background-color: rgb(70,86,89); }

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

border-color css

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

 span { border-color: rgb(70,86,89); }

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