Html Css Color HEX #466D9D San Marino

📋 copy color: '#466D9D'

red 70 ◦ green 109 ◦ blue 157

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

Shades of San Marino #466D9D

Tints of San Marino #466D9D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.44%

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

R = 20.83%
G = 32.44%
B = 46.73%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#466D9D (or 0x466D9D) is known color: San Marino. HEX triplet: 46, 6D and 9D. RGB value is (70,109,157). Sum of RGB (Red+Green+Blue) = 70+109+157=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 157 (61.72% from 255 or 46.73% from 336); Max value from RGB is 157 - color contains mainly: blue. Hex color #466D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466D9D is #B99262. Grayscale: #666666. Windows color (decimal): -12161635 or 10317126. OLE color: 10317126.

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

Color convert

RGB 70 109 157 -
CMYK 0.55 0.31 0 0.38
HSL 213.1º 0.38% 0.45% -
HSV(B) 213.1º 0.55% 0.62% -
XYZ 14.08 14.67 33.99 -
YUV 102.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 70 109 157 0.55 0.31 0 0.38 213.1 0.38 0.45
Hex 46 6D 9D 37 1F 0 26 D5 26 2D
Octal 106 155 235 67 37 0 46 325 46 55
Binary 1000110 1101101 10011101 110111 11111 0 100110 11010101 100110 101101

Color Harmonies of #466D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466D9D

Black with #466D9D

Text Example


Text Example

White with #466D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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