Html Css Color HEX #467299 San Marino

📋 copy color: '#467299'

red 70 ◦ green 114 ◦ blue 153

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

Shades of San Marino #467299

Tints of San Marino #467299

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

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

R = 20.77%
G = 33.83%
B = 45.4%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#467299 (or 0x467299) is known color: San Marino. HEX triplet: 46, 72 and 99. RGB value is (70,114,153). Sum of RGB (Red+Green+Blue) = 70+114+153=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #467299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467299 is #B98D66. Grayscale: #696969. Windows color (decimal): -12160359 or 10056262. OLE color: 10056262.

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

Color convert

RGB 70 114 153 -
CMYK 0.54 0.25 0 0.4
HSL 208.19º 0.37% 0.44% -
HSV(B) 208.19º 0.54% 0.6% -
XYZ 14.29 15.64 32.4 -
YUV 105.29 154.92 102.83 -
System Red Green Blue C M Y K H S L
Decimal 70 114 153 0.54 0.25 0 0.4 208.19 0.37 0.44
Hex 46 72 99 36 19 0 28 D0 25 2C
Octal 106 162 231 66 31 0 50 320 45 54
Binary 1000110 1110010 10011001 110110 11001 0 101000 11010000 100101 101100

Color Harmonies of #467299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467299

Black with #467299

Text Example


Text Example

White with #467299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467299; }

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

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

background-color css

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

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

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

border-color css

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

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

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