Html Css Color HEX #467199 San Marino

📋 copy color: '#467199'

red 70 ◦ green 113 ◦ blue 153

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

Shades of San Marino #467199

Tints of San Marino #467199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.63%

 BLUE value IS 153 (60.16% from 255) = 45.54%

R = 20.83%
G = 33.63%
B = 45.54%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#467199 (or 0x467199) is known color: San Marino. HEX triplet: 46, 71 and 99. RGB value is (70,113,153). Sum of RGB (Red+Green+Blue) = 70+113+153=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #467199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467199 is #B98E66. Grayscale: #686868. Windows color (decimal): -12160615 or 10056006. OLE color: 10056006.

HSL color Cylindrical-coordinate representation of color #467199: hue angle of 208.92º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #467199 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 70 113 153 -
CMYK 0.54 0.26 0 0.4
HSL 208.92º 0.37% 0.44% -
HSV(B) 208.92º 0.54% 0.6% -
XYZ 14.18 15.41 32.36 -
YUV 104.7 155.25 103.25 -
System Red Green Blue C M Y K H S L
Decimal 70 113 153 0.54 0.26 0 0.4 208.92 0.37 0.44
Hex 46 71 99 36 1A 0 28 D1 25 2C
Octal 106 161 231 66 32 0 50 321 45 54
Binary 1000110 1110001 10011001 110110 11010 0 101000 11010001 100101 101100

Color Harmonies of #467199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467199

Black with #467199

Text Example


Text Example

White with #467199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467199; }

 p { color: rgb(70,113,153); }

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

background-color css

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

 a { background-color: rgb(70,113,153); }

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

border-color css

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

 span { border-color: rgb(70,113,153); }

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