Html Css Color HEX #496CAB San Marino

📋 copy color: '#496CAB'

red 73 ◦ green 108 ◦ blue 171

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

Shades of San Marino #496CAB

Tints of San Marino #496CAB

RGB

 RED value IS 73 (28.91% from 255) = 20.74%

 GREEN value IS 108 (42.58% from 255) = 30.68%

 BLUE value IS 171 (67.19% from 255) = 48.58%

R = 20.74%
G = 30.68%
B = 48.58%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#496CAB (or 0x496CAB) is known color: San Marino. HEX triplet: 49, 6C and AB. RGB value is (73,108,171). Sum of RGB (Red+Green+Blue) = 73+108+171=352 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.74% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #496CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #496CAB is #B69354. Grayscale: #686868. Windows color (decimal): -11965269 or 11234377. OLE color: 11234377.

HSL color Cylindrical-coordinate representation of color #496CAB: hue angle of 218.57º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #496CAB is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 108 171 -
CMYK 0.57 0.37 0 0.33
HSL 218.57º 0.4% 0.48% -
HSV(B) 218.57º 0.57% 0.67% -
XYZ 15.46 15.08 40.62 -
YUV 104.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 73 108 171 0.57 0.37 0 0.33 218.57 0.4 0.48
Hex 49 6C AB 39 25 0 21 DB 28 30
Octal 111 154 253 71 45 0 41 333 50 60
Binary 1001001 1101100 10101011 111001 100101 0 100001 11011011 101000 110000

Color Harmonies of #496CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496CAB

Black with #496CAB

Text Example


Text Example

White with #496CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496CAB; }

 p { color: rgb(73,108,171); }

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

background-color css

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

 a { background-color: rgb(73,108,171); }

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

border-color css

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

 span { border-color: rgb(73,108,171); }

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