Html Css Color HEX #46749C San Marino

📋 copy color: '#46749C'

red 70 ◦ green 116 ◦ blue 156

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

Shades of San Marino #46749C

Tints of San Marino #46749C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.61%

R = 20.47%
G = 33.92%
B = 45.61%

CMYK

 C value IS 0.55

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46749C (or 0x46749C) is known color: San Marino. HEX triplet: 46, 74 and 9C. RGB value is (70,116,156). Sum of RGB (Red+Green+Blue) = 70+116+156=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #46749C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46749C is #B98B63. Grayscale: #6A6A6A. Windows color (decimal): -12159844 or 10253382. OLE color: 10253382.

HSL color Cylindrical-coordinate representation of color #46749C: hue angle of 207.91º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46749C is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 116 156 -
CMYK 0.55 0.26 0 0.39
HSL 207.91º 0.38% 0.44% -
HSV(B) 207.91º 0.55% 0.61% -
XYZ 14.77 16.19 33.8 -
YUV 106.81 155.76 101.75 -
System Red Green Blue C M Y K H S L
Decimal 70 116 156 0.55 0.26 0 0.39 207.91 0.38 0.44
Hex 46 74 9C 37 1A 0 27 D0 26 2C
Octal 106 164 234 67 32 0 47 320 46 54
Binary 1000110 1110100 10011100 110111 11010 0 100111 11010000 100110 101100

Color Harmonies of #46749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46749C

Black with #46749C

Text Example


Text Example

White with #46749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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