Html Css Color HEX #466BA4 San Marino

📋 copy color: '#466BA4'

red 70 ◦ green 107 ◦ blue 164

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

Shades of San Marino #466BA4

Tints of San Marino #466BA4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.38%

 BLUE value IS 164 (64.45% from 255) = 48.09%

R = 20.53%
G = 31.38%
B = 48.09%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#466BA4 (or 0x466BA4) is known color: San Marino. HEX triplet: 46, 6B and A4. RGB value is (70,107,164). Sum of RGB (Red+Green+Blue) = 70+107+164=341 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.53% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 164 (64.45% from 255 or 48.09% from 341); Max value from RGB is 164 - color contains mainly: blue. Hex color #466BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466BA4 is #B9945B. Grayscale: #666666. Windows color (decimal): -12162140 or 10775366. OLE color: 10775366.

HSL color Cylindrical-coordinate representation of color #466BA4: hue angle of 216.38º 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 #466BA4 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 107 164 -
CMYK 0.57 0.35 0 0.36
HSL 216.38º 0.4% 0.46% -
HSV(B) 216.38º 0.57% 0.64% -
XYZ 14.48 14.5 37.16 -
YUV 102.44 162.74 104.87 -
System Red Green Blue C M Y K H S L
Decimal 70 107 164 0.57 0.35 0 0.36 216.38 0.4 0.46
Hex 46 6B A4 39 23 0 24 D8 28 2E
Octal 106 153 244 71 43 0 44 330 50 56
Binary 1000110 1101011 10100100 111001 100011 0 100100 11011000 101000 101110

Color Harmonies of #466BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466BA4

Black with #466BA4

Text Example


Text Example

White with #466BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,107,164); }

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

background-color css

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

 a { background-color: rgb(70,107,164); }

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

border-color css

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

 span { border-color: rgb(70,107,164); }

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