Html Css Color HEX #466B9B San Marino

📋 copy color: '#466B9B'

red 70 ◦ green 107 ◦ blue 155

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

Shades of San Marino #466B9B

Tints of San Marino #466B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.69%

R = 21.08%
G = 32.23%
B = 46.69%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#466B9B (or 0x466B9B) is known color: San Marino. HEX triplet: 46, 6B and 9B. RGB value is (70,107,155). Sum of RGB (Red+Green+Blue) = 70+107+155=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #466B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466B9B is #B99464. Grayscale: #656565. Windows color (decimal): -12162149 or 10185542. OLE color: 10185542.

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

Color convert

RGB 70 107 155 -
CMYK 0.55 0.31 0 0.39
HSL 213.88º 0.38% 0.44% -
HSV(B) 213.88º 0.55% 0.61% -
XYZ 13.7 14.18 33.03 -
YUV 101.41 158.24 105.6 -
System Red Green Blue C M Y K H S L
Decimal 70 107 155 0.55 0.31 0 0.39 213.88 0.38 0.44
Hex 46 6B 9B 37 1F 0 27 D6 26 2C
Octal 106 153 233 67 37 0 47 326 46 54
Binary 1000110 1101011 10011011 110111 11111 0 100111 11010110 100110 101100

Color Harmonies of #466B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466B9B

Black with #466B9B

Text Example


Text Example

White with #466B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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