Html Css Color HEX #467098 San Marino

📋 copy color: '#467098'

red 70 ◦ green 112 ◦ blue 152

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

Shades of San Marino #467098

Tints of San Marino #467098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.53%

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

R = 20.96%
G = 33.53%
B = 45.51%

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

#467098 (or 0x467098) is known color: San Marino. HEX triplet: 46, 70 and 98. RGB value is (70,112,152). Sum of RGB (Red+Green+Blue) = 70+112+152=334 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.96% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #467098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467098 is #B98F67. Grayscale: #676767. Windows color (decimal): -12160872 or 9990214. OLE color: 9990214.

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

Color convert

RGB 70 112 152 -
CMYK 0.54 0.26 0 0.40
HSL 209.27º 0.37% 0.44% -
HSV(B) 209.27º 0.54% 0.6% -
XYZ 13.99 15.16 31.89 -
YUV 104 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 70 112 152 0.54 0.26 0 0.40 209.27 0.37 0.44
Hex 46 70 98 36 1A 0 28 D1 25 2C
Octal 106 160 230 66 32 0 50 321 45 54
Binary 1000110 1110000 10011000 110110 11010 0 101000 11010001 100101 101100

Color Harmonies of #467098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467098

Black with #467098

Text Example


Text Example

White with #467098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467098; }

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

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

background-color css

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

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

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

border-color css

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

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

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