Html Css Color HEX #46759C San Marino

📋 copy color: '#46759C'

red 70 ◦ green 117 ◦ blue 156

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

Shades of San Marino #46759C

Tints of San Marino #46759C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.11%

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

R = 20.41%
G = 34.11%
B = 45.48%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46759C (or 0x46759C) is known color: San Marino. HEX triplet: 46, 75 and 9C. RGB value is (70,117,156). Sum of RGB (Red+Green+Blue) = 70+117+156=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #46759C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46759C is #B98A63. Grayscale: #6B6B6B. Windows color (decimal): -12159588 or 10253638. OLE color: 10253638.

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

Color convert

RGB 70 117 156 -
CMYK 0.55 0.25 0 0.39
HSL 207.21º 0.38% 0.44% -
HSV(B) 207.21º 0.55% 0.61% -
XYZ 14.89 16.42 33.84 -
YUV 107.39 155.43 101.33 -
System Red Green Blue C M Y K H S L
Decimal 70 117 156 0.55 0.25 0 0.39 207.21 0.38 0.44
Hex 46 75 9C 37 19 0 27 CF 26 2C
Octal 106 165 234 67 31 0 47 317 46 54
Binary 1000110 1110101 10011100 110111 11001 0 100111 11001111 100110 101100

Color Harmonies of #46759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46759C

Black with #46759C

Text Example


Text Example

White with #46759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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