Html Css Color HEX #46699B San Marino

📋 copy color: '#46699B'

red 70 ◦ green 105 ◦ blue 155

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

Shades of San Marino #46699B

Tints of San Marino #46699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.82%

 BLUE value IS 155 (60.94% from 255) = 46.97%

R = 21.21%
G = 31.82%
B = 46.97%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46699B (or 0x46699B) is known color: San Marino. HEX triplet: 46, 69 and 9B. RGB value is (70,105,155). Sum of RGB (Red+Green+Blue) = 70+105+155=330 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.21% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #46699B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46699B is #B99664. Grayscale: #636363. Windows color (decimal): -12162661 or 10185030. OLE color: 10185030.

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

Color convert

RGB 70 105 155 -
CMYK 0.55 0.32 0 0.39
HSL 215.29º 0.38% 0.44% -
HSV(B) 215.29º 0.55% 0.61% -
XYZ 13.49 13.77 32.96 -
YUV 100.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 70 105 155 0.55 0.32 0 0.39 215.29 0.38 0.44
Hex 46 69 9B 37 20 0 27 D7 26 2C
Octal 106 151 233 67 40 0 47 327 46 54
Binary 1000110 1101001 10011011 110111 100000 0 100111 11010111 100110 101100

Color Harmonies of #46699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46699B

Black with #46699B

Text Example


Text Example

White with #46699B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46699B; }

 p { color: rgb(70,105,155); }

 H1.HeaderClassName
 {
   color: #46699B;
 }
 .AnyTagClassName
 {
   color: #46699B;
 }
</style>

background-color css

<style>
 a { background-color: #46699B; }

 a { background-color: rgb(70,105,155); }

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

border-color css

<style>
 span { border-color: #46699B; }

 span { border-color: rgb(70,105,155); }

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