Html Css Color HEX #4875A9 San Marino

📋 copy color: '#4875A9'

red 72 ◦ green 117 ◦ blue 169

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

Shades of San Marino #4875A9

Tints of San Marino #4875A9

RGB

 RED value IS 72 (28.52% from 255) = 20.11%

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

 BLUE value IS 169 (66.41% from 255) = 47.21%

R = 20.11%
G = 32.68%
B = 47.21%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#4875A9 (or 0x4875A9) is known color: San Marino. HEX triplet: 48, 75 and A9. RGB value is (72,117,169). Sum of RGB (Red+Green+Blue) = 72+117+169=358 (47% of max value = 765). Red value is 72 (28.52% from 255 or 20.11% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 169 - color contains mainly: blue. Hex color #4875A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4875A9 is #B78A56. Grayscale: #6D6D6D. Windows color (decimal): -12028503 or 11105608. OLE color: 11105608.

HSL color Cylindrical-coordinate representation of color #4875A9: hue angle of 212.16º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4875A9 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 72 117 169 -
CMYK 0.57 0.31 0 0.34
HSL 212.16º 0.4% 0.47% -
HSV(B) 212.16º 0.57% 0.66% -
XYZ 16.2 16.96 39.96 -
YUV 109.47 161.59 101.27 -
System Red Green Blue C M Y K H S L
Decimal 72 117 169 0.57 0.31 0 0.34 212.16 0.4 0.47
Hex 48 75 A9 39 1F 0 22 D4 28 2F
Octal 110 165 251 71 37 0 42 324 50 57
Binary 1001000 1110101 10101001 111001 11111 0 100010 11010100 101000 101111

Color Harmonies of #4875A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4875A9

Black with #4875A9

Text Example


Text Example

White with #4875A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4875A9; }

 p { color: rgb(72,117,169); }

 H1.HeaderClassName
 {
   color: #4875A9;
 }
 .AnyTagClassName
 {
   color: #4875A9;
 }
</style>

background-color css

<style>
 a { background-color: #4875A9; }

 a { background-color: rgb(72,117,169); }

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

border-color css

<style>
 span { border-color: #4875A9; }

 span { border-color: rgb(72,117,169); }

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