Html Css Color HEX #4A679B San Marino

📋 copy color: '#4A679B'

red 74 ◦ green 103 ◦ blue 155

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

Shades of San Marino #4A679B

Tints of San Marino #4A679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.02%

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

R = 22.29%
G = 31.02%
B = 46.69%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A679B (or 0x4A679B) is known color: San Marino. HEX triplet: 4A, 67 and 9B. RGB value is (74,103,155). Sum of RGB (Red+Green+Blue) = 74+103+155=332 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.29% from 332); Green value is 103 (40.62% from 255 or 31.02% 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 #4A679B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A679B is #B59864. Grayscale: #646464. Windows color (decimal): -11901029 or 10184522. OLE color: 10184522.

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

Color convert

RGB 74 103 155 -
CMYK 0.52 0.34 0 0.39
HSL 218.52º 0.35% 0.45% -
HSV(B) 218.52º 0.52% 0.61% -
XYZ 13.59 13.52 32.9 -
YUV 100.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 74 103 155 0.52 0.34 0 0.39 218.52 0.35 0.45
Hex 4A 67 9B 34 22 0 27 DB 23 2D
Octal 112 147 233 64 42 0 47 333 43 55
Binary 1001010 1100111 10011011 110100 100010 0 100111 11011011 100011 101101

Color Harmonies of #4A679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A679B

Black with #4A679B

Text Example


Text Example

White with #4A679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,103,155); }

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

background-color css

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

 a { background-color: rgb(74,103,155); }

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

border-color css

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

 span { border-color: rgb(74,103,155); }

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