Html Css Color HEX #46699C San Marino

📋 copy color: '#46699C'

red 70 ◦ green 105 ◦ blue 156

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

Shades of San Marino #46699C

Tints of San Marino #46699C

RGB

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

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

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

R = 21.15%
G = 31.72%
B = 47.13%

CMYK

 C value IS 0.55

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#46699C (or 0x46699C) is known color: San Marino. HEX triplet: 46, 69 and 9C. RGB value is (70,105,156). Sum of RGB (Red+Green+Blue) = 70+105+156=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #46699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46699C is #B99663. Grayscale: #646464. Windows color (decimal): -12162660 or 10250566. OLE color: 10250566.

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

Color convert

RGB 70 105 156 -
CMYK 0.55 0.33 0 0.39
HSL 215.58º 0.38% 0.44% -
HSV(B) 215.58º 0.55% 0.61% -
XYZ 13.58 13.81 33.4 -
YUV 100.35 159.4 106.35 -
System Red Green Blue C M Y K H S L
Decimal 70 105 156 0.55 0.33 0 0.39 215.58 0.38 0.44
Hex 46 69 9C 37 21 0 27 D8 26 2C
Octal 106 151 234 67 41 0 47 330 46 54
Binary 1000110 1101001 10011100 110111 100001 0 100111 11011000 100110 101100

Color Harmonies of #46699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46699C

Black with #46699C

Text Example


Text Example

White with #46699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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