Html Css Color HEX #466A9B San Marino

📋 copy color: '#466A9B'

red 70 ◦ green 106 ◦ blue 155

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

Shades of San Marino #466A9B

Tints of San Marino #466A9B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

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

R = 21.15%
G = 32.02%
B = 46.83%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#466A9B (or 0x466A9B) is known color: San Marino. HEX triplet: 46, 6A and 9B. RGB value is (70,106,155). Sum of RGB (Red+Green+Blue) = 70+106+155=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #466A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466A9B is #B99564. Grayscale: #646464. Windows color (decimal): -12162405 or 10185286. OLE color: 10185286.

HSL color Cylindrical-coordinate representation of color #466A9B: hue angle of 214.59º 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 #466A9B is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 70 106 155 -
CMYK 0.55 0.32 0 0.39
HSL 214.59º 0.38% 0.44% -
HSV(B) 214.59º 0.55% 0.61% -
XYZ 13.6 13.98 32.99 -
YUV 100.82 158.57 106.02 -
System Red Green Blue C M Y K H S L
Decimal 70 106 155 0.55 0.32 0 0.39 214.59 0.38 0.44
Hex 46 6A 9B 37 20 0 27 D7 26 2C
Octal 106 152 233 67 40 0 47 327 46 54
Binary 1000110 1101010 10011011 110111 100000 0 100111 11010111 100110 101100

Color Harmonies of #466A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466A9B

Black with #466A9B

Text Example


Text Example

White with #466A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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