Html Css Color HEX #466F9B San Marino

📋 copy color: '#466F9B'

red 70 ◦ green 111 ◦ blue 155

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

Shades of San Marino #466F9B

Tints of San Marino #466F9B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.04%

 BLUE value IS 155 (60.94% from 255) = 46.13%

R = 20.83%
G = 33.04%
B = 46.13%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#466F9B (or 0x466F9B) is known color: San Marino. HEX triplet: 46, 6F and 9B. RGB value is (70,111,155). Sum of RGB (Red+Green+Blue) = 70+111+155=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #466F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466F9B is #B99064. Grayscale: #676767. Windows color (decimal): -12161125 or 10186566. OLE color: 10186566.

HSL color Cylindrical-coordinate representation of color #466F9B: hue angle of 211.06º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #466F9B is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 111 155 -
CMYK 0.55 0.28 0 0.39
HSL 211.06º 0.38% 0.44% -
HSV(B) 211.06º 0.55% 0.61% -
XYZ 14.13 15.04 33.17 -
YUV 103.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 70 111 155 0.55 0.28 0 0.39 211.06 0.38 0.44
Hex 46 6F 9B 37 1C 0 27 D3 26 2C
Octal 106 157 233 67 34 0 47 323 46 54
Binary 1000110 1101111 10011011 110111 11100 0 100111 11010011 100110 101100

Color Harmonies of #466F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466F9B

Black with #466F9B

Text Example


Text Example

White with #466F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #466F9B; }

 p { color: rgb(70,111,155); }

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

background-color css

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

 a { background-color: rgb(70,111,155); }

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

border-color css

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

 span { border-color: rgb(70,111,155); }

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