Html Css Color HEX #46769F San Marino

📋 copy color: '#46769F'

red 70 ◦ green 118 ◦ blue 159

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

Shades of San Marino #46769F

Tints of San Marino #46769F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.01%

 BLUE value IS 159 (62.5% from 255) = 45.82%

R = 20.17%
G = 34.01%
B = 45.82%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#46769F (or 0x46769F) is known color: San Marino. HEX triplet: 46, 76 and 9F. RGB value is (70,118,159). Sum of RGB (Red+Green+Blue) = 70+118+159=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 159 (62.5% from 255 or 45.82% from 347); Max value from RGB is 159 - color contains mainly: blue. Hex color #46769F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46769F is #B98960. Grayscale: #6C6C6C. Windows color (decimal): -12159329 or 10450502. OLE color: 10450502.

HSL color Cylindrical-coordinate representation of color #46769F: hue angle of 207.64º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46769F is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 118 159 -
CMYK 0.56 0.26 0 0.38
HSL 207.64º 0.39% 0.45% -
HSV(B) 207.64º 0.56% 0.62% -
XYZ 15.26 16.76 35.23 -
YUV 108.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 70 118 159 0.56 0.26 0 0.38 207.64 0.39 0.45
Hex 46 76 9F 38 1A 0 26 D0 27 2D
Octal 106 166 237 70 32 0 46 320 47 55
Binary 1000110 1110110 10011111 111000 11010 0 100110 11010000 100111 101101

Color Harmonies of #46769F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46769F

Black with #46769F

Text Example


Text Example

White with #46769F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46769F; }

 p { color: rgb(70,118,159); }

 H1.HeaderClassName
 {
   color: #46769F;
 }
 .AnyTagClassName
 {
   color: #46769F;
 }
</style>

background-color css

<style>
 a { background-color: #46769F; }

 a { background-color: rgb(70,118,159); }

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

border-color css

<style>
 span { border-color: #46769F; }

 span { border-color: rgb(70,118,159); }

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