Html Css Color HEX #4A759A San Marino

📋 copy color: '#4A759A'

red 74 ◦ green 117 ◦ blue 154

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

Shades of San Marino #4A759A

Tints of San Marino #4A759A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.91%

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

R = 21.45%
G = 33.91%
B = 44.64%

CMYK

 C value IS 0.52

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4A759A (or 0x4A759A) is known color: San Marino. HEX triplet: 4A, 75 and 9A. RGB value is (74,117,154). Sum of RGB (Red+Green+Blue) = 74+117+154=345 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.45% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #4A759A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A759A is #B58A65. Grayscale: #6C6C6C. Windows color (decimal): -11897446 or 10122570. OLE color: 10122570.

HSL color Cylindrical-coordinate representation of color #4A759A: hue angle of 207.75º 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 #4A759A is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 117 154 -
CMYK 0.52 0.24 0 0.40
HSL 207.75º 0.35% 0.45% -
HSV(B) 207.75º 0.52% 0.6% -
XYZ 15.02 16.51 32.97 -
YUV 108.36 153.75 103.49 -
System Red Green Blue C M Y K H S L
Decimal 74 117 154 0.52 0.24 0 0.40 207.75 0.35 0.45
Hex 4A 75 9A 34 18 0 28 D0 23 2D
Octal 112 165 232 64 30 0 50 320 43 55
Binary 1001010 1110101 10011010 110100 11000 0 101000 11010000 100011 101101

Color Harmonies of #4A759A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A759A

Black with #4A759A

Text Example


Text Example

White with #4A759A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,117,154); }

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

background-color css

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

 a { background-color: rgb(74,117,154); }

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

border-color css

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

 span { border-color: rgb(74,117,154); }

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