Html Css Color HEX #46555A Casal

📋 copy color: '#46555A'

red 70 ◦ green 85 ◦ blue 90

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

Shades of Casal #46555A

Tints of Casal #46555A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 36.73%

R = 28.57%
G = 34.69%
B = 36.73%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#46555A (or 0x46555A) is known color: Casal. HEX triplet: 46, 55 and 5A. RGB value is (70,85,90). Sum of RGB (Red+Green+Blue) = 70+85+90=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 90 (35.55% from 255 or 36.73% from 245); Max value from RGB is 90 - color contains mainly: blue. Hex color #46555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46555A is #B9AAA5. Grayscale: #515151. Windows color (decimal): -12167846 or 5920070. OLE color: 5920070.

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

Color convert

RGB 70 85 90 -
CMYK 0.22 0.06 0 0.65
HSL 195º 0.13% 0.31% -
HSV(B) 195º 0.22% 0.35% -
XYZ 7.62 8.54 10.92 -
YUV 81.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 70 85 90 0.22 0.06 0 0.65 195 0.13 0.31
Hex 46 55 5A 16 6 0 41 C3 C 1F
Octal 106 125 132 26 6 0 101 303 14 37
Binary 1000110 1010101 1011010 10110 110 0 1000001 11000011 1100 11111

Color Harmonies of #46555A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46555A

Black with #46555A

Text Example


Text Example

White with #46555A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46555A; }

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

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

background-color css

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

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

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

border-color css

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

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

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