Html Css Color HEX #466A9C San Marino

📋 copy color: '#466A9C'

red 70 ◦ green 106 ◦ blue 156

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

Shades of San Marino #466A9C

Tints of San Marino #466A9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 46.99%

R = 21.08%
G = 31.93%
B = 46.99%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#466A9C (or 0x466A9C) is known color: San Marino. HEX triplet: 46, 6A and 9C. RGB value is (70,106,156). Sum of RGB (Red+Green+Blue) = 70+106+156=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #466A9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466A9C is #B99563. Grayscale: #646464. Windows color (decimal): -12162404 or 10250822. OLE color: 10250822.

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

Color convert

RGB 70 106 156 -
CMYK 0.55 0.32 0 0.39
HSL 214.88º 0.38% 0.44% -
HSV(B) 214.88º 0.55% 0.61% -
XYZ 13.68 14.01 33.44 -
YUV 100.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 70 106 156 0.55 0.32 0 0.39 214.88 0.38 0.44
Hex 46 6A 9C 37 20 0 27 D7 26 2C
Octal 106 152 234 67 40 0 47 327 46 54
Binary 1000110 1101010 10011100 110111 100000 0 100111 11010111 100110 101100

Color Harmonies of #466A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466A9C

Black with #466A9C

Text Example


Text Example

White with #466A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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