Html Css Color HEX #4C719A San Marino

📋 copy color: '#4C719A'

red 76 ◦ green 113 ◦ blue 154

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

Shades of San Marino #4C719A

Tints of San Marino #4C719A

RGB

 RED value IS 76 (30.08% from 255) = 22.16%

 GREEN value IS 113 (44.53% from 255) = 32.94%

 BLUE value IS 154 (60.55% from 255) = 44.9%

R = 22.16%
G = 32.94%
B = 44.9%

CMYK

 C value IS 0.51

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4C719A (or 0x4C719A) is known color: San Marino. HEX triplet: 4C, 71 and 9A. RGB value is (76,113,154). Sum of RGB (Red+Green+Blue) = 76+113+154=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 113 (44.53% from 255 or 32.94% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C719A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C719A is #B38E65. Grayscale: #6A6A6A. Windows color (decimal): -11767398 or 10121548. OLE color: 10121548.

HSL color Cylindrical-coordinate representation of color #4C719A: hue angle of 211.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C719A is Cyan = 0.51, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 76 113 154 -
CMYK 0.51 0.27 0 0.40
HSL 211.54º 0.34% 0.45% -
HSV(B) 211.54º 0.51% 0.6% -
XYZ 14.72 15.68 32.82 -
YUV 106.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 76 113 154 0.51 0.27 0 0.40 211.54 0.34 0.45
Hex 4C 71 9A 33 1B 0 28 D4 22 2D
Octal 114 161 232 63 33 0 50 324 42 55
Binary 1001100 1110001 10011010 110011 11011 0 101000 11010100 100010 101101

Color Harmonies of #4C719A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C719A

Black with #4C719A

Text Example


Text Example

White with #4C719A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,113,154); }

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

background-color css

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

 a { background-color: rgb(76,113,154); }

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

border-color css

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

 span { border-color: rgb(76,113,154); }

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