Html Css Color HEX #466DAB San Marino

📋 copy color: '#466DAB'

red 70 ◦ green 109 ◦ blue 171

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

Shades of San Marino #466DAB

Tints of San Marino #466DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.86%

R = 20%
G = 31.14%
B = 48.86%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#466DAB (or 0x466DAB) is known color: San Marino. HEX triplet: 46, 6D and AB. RGB value is (70,109,171). Sum of RGB (Red+Green+Blue) = 70+109+171=350 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #466DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466DAB is #B99254. Grayscale: #686868. Windows color (decimal): -12161621 or 11234630. OLE color: 11234630.

HSL color Cylindrical-coordinate representation of color #466DAB: hue angle of 216.83º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #466DAB is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 109 171 -
CMYK 0.59 0.36 0 0.33
HSL 216.83º 0.42% 0.47% -
HSV(B) 216.83º 0.59% 0.67% -
XYZ 15.35 15.18 40.65 -
YUV 104.41 165.58 103.46 -
System Red Green Blue C M Y K H S L
Decimal 70 109 171 0.59 0.36 0 0.33 216.83 0.42 0.47
Hex 46 6D AB 3B 24 0 21 D9 2A 2F
Octal 106 155 253 73 44 0 41 331 52 57
Binary 1000110 1101101 10101011 111011 100100 0 100001 11011001 101010 101111

Color Harmonies of #466DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466DAB

Black with #466DAB

Text Example


Text Example

White with #466DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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