Html Css Color HEX #465559 Casal

📋 copy color: '#465559'

red 70 ◦ green 85 ◦ blue 89

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

Shades of Casal #465559

Tints of Casal #465559

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.84%

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

R = 28.69%
G = 34.84%
B = 36.48%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#465559 (or 0x465559) is known color: Casal. HEX triplet: 46, 55 and 59. RGB value is (70,85,89). Sum of RGB (Red+Green+Blue) = 70+85+89=244 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.69% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 89 (35.16% from 255 or 36.48% from 244); Max value from RGB is 89 - color contains mainly: blue. Hex color #465559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465559 is #B9AAA6. Grayscale: #505050. Windows color (decimal): -12167847 or 5854534. OLE color: 5854534.

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

Color convert

RGB 70 85 89 -
CMYK 0.21 0.04 0 0.65
HSL 192.63º 0.12% 0.31% -
HSV(B) 192.63º 0.21% 0.35% -
XYZ 7.58 8.52 10.7 -
YUV 80.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 70 85 89 0.21 0.04 0 0.65 192.63 0.12 0.31
Hex 46 55 59 15 4 0 41 C1 C 1F
Octal 106 125 131 25 4 0 101 301 14 37
Binary 1000110 1010101 1011001 10101 100 0 1000001 11000001 1100 11111

Color Harmonies of #465559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465559

Black with #465559

Text Example


Text Example

White with #465559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465559; }

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

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

background-color css

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

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

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

border-color css

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

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

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