Html Css Color HEX #466DA3 San Marino

📋 copy color: '#466DA3'

red 70 ◦ green 109 ◦ blue 163

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

Shades of San Marino #466DA3

Tints of San Marino #466DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 47.66%

R = 20.47%
G = 31.87%
B = 47.66%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#466DA3 (or 0x466DA3) is known color: San Marino. HEX triplet: 46, 6D and A3. RGB value is (70,109,163). Sum of RGB (Red+Green+Blue) = 70+109+163=342 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.47% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 163 (64.06% from 255 or 47.66% from 342); Max value from RGB is 163 - color contains mainly: blue. Hex color #466DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466DA3 is #B9925C. Grayscale: #676767. Windows color (decimal): -12161629 or 10710342. OLE color: 10710342.

HSL color Cylindrical-coordinate representation of color #466DA3: hue angle of 214.84º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #466DA3 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 109 163 -
CMYK 0.57 0.33 0 0.36
HSL 214.84º 0.4% 0.46% -
HSV(B) 214.84º 0.57% 0.64% -
XYZ 14.61 14.88 36.75 -
YUV 103.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 70 109 163 0.57 0.33 0 0.36 214.84 0.4 0.46
Hex 46 6D A3 39 21 0 24 D7 28 2E
Octal 106 155 243 71 41 0 44 327 50 56
Binary 1000110 1101101 10100011 111001 100001 0 100100 11010111 101000 101110

Color Harmonies of #466DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466DA3

Black with #466DA3

Text Example


Text Example

White with #466DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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