Html Css Color HEX #466FAB San Marino

📋 copy color: '#466FAB'

red 70 ◦ green 111 ◦ blue 171

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

Shades of San Marino #466FAB

Tints of San Marino #466FAB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.53%

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

R = 19.89%
G = 31.53%
B = 48.58%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#466FAB (or 0x466FAB) is known color: San Marino. HEX triplet: 46, 6F and AB. RGB value is (70,111,171). Sum of RGB (Red+Green+Blue) = 70+111+171=352 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.89% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #466FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #466FAB is #B99054. Grayscale: #696969. Windows color (decimal): -12161109 or 11235142. OLE color: 11235142.

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

Color convert

RGB 70 111 171 -
CMYK 0.59 0.35 0 0.33
HSL 215.64º 0.42% 0.47% -
HSV(B) 215.64º 0.59% 0.67% -
XYZ 15.56 15.61 40.72 -
YUV 105.58 164.92 102.62 -
System Red Green Blue C M Y K H S L
Decimal 70 111 171 0.59 0.35 0 0.33 215.64 0.42 0.47
Hex 46 6F AB 3B 23 0 21 D8 2A 2F
Octal 106 157 253 73 43 0 41 330 52 57
Binary 1000110 1101111 10101011 111011 100011 0 100001 11011000 101010 101111

Color Harmonies of #466FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466FAB

Black with #466FAB

Text Example


Text Example

White with #466FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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