Html Css Color HEX #4A6CA7 San Marino

📋 copy color: '#4A6CA7'

red 74 ◦ green 108 ◦ blue 167

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

Shades of San Marino #4A6CA7

Tints of San Marino #4A6CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 47.85%

R = 21.2%
G = 30.95%
B = 47.85%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4A6CA7 (or 0x4A6CA7) is known color: San Marino. HEX triplet: 4A, 6C and A7. RGB value is (74,108,167). Sum of RGB (Red+Green+Blue) = 74+108+167=349 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.20% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 167 (65.62% from 255 or 47.85% from 349); Max value from RGB is 167 - color contains mainly: blue. Hex color #4A6CA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A6CA7 is #B59358. Grayscale: #686868. Windows color (decimal): -11899737 or 10972234. OLE color: 10972234.

HSL color Cylindrical-coordinate representation of color #4A6CA7: hue angle of 218.06º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A6CA7 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 74 108 167 -
CMYK 0.56 0.35 0 0.35
HSL 218.06º 0.39% 0.47% -
HSV(B) 218.06º 0.56% 0.65% -
XYZ 15.16 14.97 38.65 -
YUV 104.56 163.24 106.2 -
System Red Green Blue C M Y K H S L
Decimal 74 108 167 0.56 0.35 0 0.35 218.06 0.39 0.47
Hex 4A 6C A7 38 23 0 23 DA 27 2F
Octal 112 154 247 70 43 0 43 332 47 57
Binary 1001010 1101100 10100111 111000 100011 0 100011 11011010 100111 101111

Color Harmonies of #4A6CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6CA7

Black with #4A6CA7

Text Example


Text Example

White with #4A6CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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