Html Css Color HEX #465759 Casal

📋 copy color: '#465759'

red 70 ◦ green 87 ◦ blue 89

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

Shades of Casal #465759

Tints of Casal #465759

RGB

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

 GREEN value IS 87 (34.38% from 255) = 35.37%

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

R = 28.46%
G = 35.37%
B = 36.18%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#465759 (or 0x465759) is known color: Casal. HEX triplet: 46, 57 and 59. RGB value is (70,87,89). Sum of RGB (Red+Green+Blue) = 70+87+89=246 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.46% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 89 - color contains mainly: blue. Hex color #465759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465759 is #B9A8A6. Grayscale: #525252. Windows color (decimal): -12167335 or 5855046. OLE color: 5855046.

HSL color Cylindrical-coordinate representation of color #465759: hue angle of 186.32º 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 #465759 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 87 89 -
CMYK 0.21 0.02 0 0.65
HSL 186.32º 0.12% 0.31% -
HSV(B) 186.32º 0.21% 0.35% -
XYZ 7.74 8.84 10.75 -
YUV 82.15 131.87 119.34 -
System Red Green Blue C M Y K H S L
Decimal 70 87 89 0.21 0.02 0 0.65 186.32 0.12 0.31
Hex 46 57 59 15 2 0 41 BA C 1F
Octal 106 127 131 25 2 0 101 272 14 37
Binary 1000110 1010111 1011001 10101 10 0 1000001 10111010 1100 11111

Color Harmonies of #465759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465759

Black with #465759

Text Example


Text Example

White with #465759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465759; }

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

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

background-color css

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

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

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

border-color css

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

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

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