Html Css Color HEX #467198 San Marino

📋 copy color: '#467198'

red 70 ◦ green 113 ◦ blue 152

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

Shades of San Marino #467198

Tints of San Marino #467198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 45.37%

R = 20.9%
G = 33.73%
B = 45.37%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#467198 (or 0x467198) is known color: San Marino. HEX triplet: 46, 71 and 98. RGB value is (70,113,152). Sum of RGB (Red+Green+Blue) = 70+113+152=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 152 (59.77% from 255 or 45.37% from 335); Max value from RGB is 152 - color contains mainly: blue. Hex color #467198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467198 is #B98E67. Grayscale: #686868. Windows color (decimal): -12160616 or 9990470. OLE color: 9990470.

HSL color Cylindrical-coordinate representation of color #467198: hue angle of 208.54º 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 #467198 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 113 152 -
CMYK 0.54 0.26 0 0.40
HSL 208.54º 0.37% 0.44% -
HSV(B) 208.54º 0.54% 0.6% -
XYZ 14.1 15.38 31.93 -
YUV 104.59 154.75 103.33 -
System Red Green Blue C M Y K H S L
Decimal 70 113 152 0.54 0.26 0 0.40 208.54 0.37 0.44
Hex 46 71 98 36 1A 0 28 D1 25 2C
Octal 106 161 230 66 32 0 50 321 45 54
Binary 1000110 1110001 10011000 110110 11010 0 101000 11010001 100101 101100

Color Harmonies of #467198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467198

Black with #467198

Text Example


Text Example

White with #467198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467198; }

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

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

background-color css

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

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

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

border-color css

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

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

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