Html Css Color HEX #46749F San Marino

📋 copy color: '#46749F'

red 70 ◦ green 116 ◦ blue 159

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

Shades of San Marino #46749F

Tints of San Marino #46749F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

 BLUE value IS 159 (62.5% from 255) = 46.09%

R = 20.29%
G = 33.62%
B = 46.09%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46749F (or 0x46749F) is known color: San Marino. HEX triplet: 46, 74 and 9F. RGB value is (70,116,159). Sum of RGB (Red+Green+Blue) = 70+116+159=345 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.29% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #46749F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46749F is #B98B60. Grayscale: #6A6A6A. Windows color (decimal): -12159841 or 10449990. OLE color: 10449990.

HSL color Cylindrical-coordinate representation of color #46749F: hue angle of 208.99º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46749F is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 116 159 -
CMYK 0.56 0.27 0 0.38
HSL 208.99º 0.39% 0.45% -
HSV(B) 208.99º 0.56% 0.62% -
XYZ 15.03 16.3 35.15 -
YUV 107.15 157.26 101.5 -
System Red Green Blue C M Y K H S L
Decimal 70 116 159 0.56 0.27 0 0.38 208.99 0.39 0.45
Hex 46 74 9F 38 1B 0 26 D1 27 2D
Octal 106 164 237 70 33 0 46 321 47 55
Binary 1000110 1110100 10011111 111000 11011 0 100110 11010001 100111 101101

Color Harmonies of #46749F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46749F

Black with #46749F

Text Example


Text Example

White with #46749F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46749F; }

 p { color: rgb(70,116,159); }

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

background-color css

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

 a { background-color: rgb(70,116,159); }

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

border-color css

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

 span { border-color: rgb(70,116,159); }

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