Html Css Color HEX #4A6C99 San Marino

📋 copy color: '#4A6C99'

red 74 ◦ green 108 ◦ blue 153

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

Shades of San Marino #4A6C99

Tints of San Marino #4A6C99

RGB

 RED value IS 74 (29.3% from 255) = 22.09%

 GREEN value IS 108 (42.58% from 255) = 32.24%

 BLUE value IS 153 (60.16% from 255) = 45.67%

R = 22.09%
G = 32.24%
B = 45.67%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4A6C99 (or 0x4A6C99) is known color: San Marino. HEX triplet: 4A, 6C and 99. RGB value is (74,108,153). Sum of RGB (Red+Green+Blue) = 74+108+153=335 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.09% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #4A6C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6C99 is #B59366. Grayscale: #666666. Windows color (decimal): -11899751 or 10054730. OLE color: 10054730.

HSL color Cylindrical-coordinate representation of color #4A6C99: hue angle of 214.18º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A6C99 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 74 108 153 -
CMYK 0.52 0.29 0 0.4
HSL 214.18º 0.35% 0.45% -
HSV(B) 214.18º 0.52% 0.6% -
XYZ 13.94 14.48 32.2 -
YUV 102.96 156.24 107.34 -
System Red Green Blue C M Y K H S L
Decimal 74 108 153 0.52 0.29 0 0.4 214.18 0.35 0.45
Hex 4A 6C 99 34 1D 0 28 D6 23 2D
Octal 112 154 231 64 35 0 50 326 43 55
Binary 1001010 1101100 10011001 110100 11101 0 101000 11010110 100011 101101

Color Harmonies of #4A6C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6C99

Black with #4A6C99

Text Example


Text Example

White with #4A6C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A6C99; }

 p { color: rgb(74,108,153); }

 H1.HeaderClassName
 {
   color: #4A6C99;
 }
 .AnyTagClassName
 {
   color: #4A6C99;
 }
</style>

background-color css

<style>
 a { background-color: #4A6C99; }

 a { background-color: rgb(74,108,153); }

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

border-color css

<style>
 span { border-color: #4A6C99; }

 span { border-color: rgb(74,108,153); }

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