Html Css Color HEX #466A9D San Marino

📋 copy color: '#466A9D'

red 70 ◦ green 106 ◦ blue 157

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

Shades of San Marino #466A9D

Tints of San Marino #466A9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.15%

R = 21.02%
G = 31.83%
B = 47.15%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#466A9D (or 0x466A9D) is known color: San Marino. HEX triplet: 46, 6A and 9D. RGB value is (70,106,157). Sum of RGB (Red+Green+Blue) = 70+106+157=333 (44% of max value = 765). Red value is 70 (27.73% from 255 or 21.02% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #466A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466A9D is #B99562. Grayscale: #646464. Windows color (decimal): -12162403 or 10316358. OLE color: 10316358.

HSL color Cylindrical-coordinate representation of color #466A9D: hue angle of 215.17º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #466A9D is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 70 106 157 -
CMYK 0.55 0.32 0 0.38
HSL 215.17º 0.38% 0.45% -
HSV(B) 215.17º 0.55% 0.62% -
XYZ 13.77 14.04 33.88 -
YUV 101.05 159.57 105.85 -
System Red Green Blue C M Y K H S L
Decimal 70 106 157 0.55 0.32 0 0.38 215.17 0.38 0.45
Hex 46 6A 9D 37 20 0 26 D7 26 2D
Octal 106 152 235 67 40 0 46 327 46 55
Binary 1000110 1101010 10011101 110111 100000 0 100110 11010111 100110 101101

Color Harmonies of #466A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466A9D

Black with #466A9D

Text Example


Text Example

White with #466A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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