Html Css Color HEX #4A689C San Marino

📋 copy color: '#4A689C'

red 74 ◦ green 104 ◦ blue 156

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

Shades of San Marino #4A689C

Tints of San Marino #4A689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.14%

 BLUE value IS 156 (61.33% from 255) = 46.71%

R = 22.16%
G = 31.14%
B = 46.71%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4A689C (or 0x4A689C) is known color: San Marino. HEX triplet: 4A, 68 and 9C. RGB value is (74,104,156). Sum of RGB (Red+Green+Blue) = 74+104+156=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 104 (41.02% from 255 or 31.14% from 334); Blue value is 156 (61.33% from 255 or 46.71% from 334); Max value from RGB is 156 - color contains mainly: blue. Hex color #4A689C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A689C is #B59763. Grayscale: #646464. Windows color (decimal): -11900772 or 10250314. OLE color: 10250314.

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

Color convert

RGB 74 104 156 -
CMYK 0.53 0.33 0 0.39
HSL 218.05º 0.36% 0.45% -
HSV(B) 218.05º 0.53% 0.61% -
XYZ 13.78 13.76 33.38 -
YUV 100.96 159.06 108.77 -
System Red Green Blue C M Y K H S L
Decimal 74 104 156 0.53 0.33 0 0.39 218.05 0.36 0.45
Hex 4A 68 9C 35 21 0 27 DA 24 2D
Octal 112 150 234 65 41 0 47 332 44 55
Binary 1001010 1101000 10011100 110101 100001 0 100111 11011010 100100 101101

Color Harmonies of #4A689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A689C

Black with #4A689C

Text Example


Text Example

White with #4A689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,104,156); }

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

background-color css

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

 a { background-color: rgb(74,104,156); }

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

border-color css

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

 span { border-color: rgb(74,104,156); }

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