Html Css Color HEX #46739C San Marino

📋 copy color: '#46739C'

red 70 ◦ green 115 ◦ blue 156

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

Shades of San Marino #46739C

Tints of San Marino #46739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

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

R = 20.53%
G = 33.72%
B = 45.75%

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

#46739C (or 0x46739C) is known color: San Marino. HEX triplet: 46, 73 and 9C. RGB value is (70,115,156). Sum of RGB (Red+Green+Blue) = 70+115+156=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #46739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46739C is #B98C63. Grayscale: #6A6A6A. Windows color (decimal): -12160100 or 10253126. OLE color: 10253126.

HSL color Cylindrical-coordinate representation of color #46739C: hue angle of 208.6º 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 #46739C is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 115 156 -
CMYK 0.55 0.26 0 0.39
HSL 208.6º 0.38% 0.44% -
HSV(B) 208.6º 0.55% 0.61% -
XYZ 14.66 15.96 33.76 -
YUV 106.22 156.09 102.17 -
System Red Green Blue C M Y K H S L
Decimal 70 115 156 0.55 0.26 0 0.39 208.6 0.38 0.44
Hex 46 73 9C 37 1A 0 27 D1 26 2C
Octal 106 163 234 67 32 0 47 321 46 54
Binary 1000110 1110011 10011100 110111 11010 0 100111 11010001 100110 101100

Color Harmonies of #46739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46739C

Black with #46739C

Text Example


Text Example

White with #46739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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