Html Css Color HEX #4975A5 San Marino

📋 copy color: '#4975A5'

red 73 ◦ green 117 ◦ blue 165

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

Shades of San Marino #4975A5

Tints of San Marino #4975A5

RGB

 RED value IS 73 (28.91% from 255) = 20.56%

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

 BLUE value IS 165 (64.84% from 255) = 46.48%

R = 20.56%
G = 32.96%
B = 46.48%

CMYK

 C value IS 0.56

 M value IS 0.29

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4975A5 (or 0x4975A5) is known color: San Marino. HEX triplet: 49, 75 and A5. RGB value is (73,117,165). Sum of RGB (Red+Green+Blue) = 73+117+165=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 117 (46.09% from 255 or 32.96% from 355); Blue value is 165 (64.84% from 255 or 46.48% from 355); Max value from RGB is 165 - color contains mainly: blue. Hex color #4975A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4975A5 is #B68A5A. Grayscale: #6D6D6D. Windows color (decimal): -11962971 or 10843465. OLE color: 10843465.

HSL color Cylindrical-coordinate representation of color #4975A5: hue angle of 211.3º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4975A5 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 117 165 -
CMYK 0.56 0.29 0 0.35
HSL 211.3º 0.39% 0.47% -
HSV(B) 211.3º 0.56% 0.65% -
XYZ 15.9 16.86 38.01 -
YUV 109.32 159.42 102.1 -
System Red Green Blue C M Y K H S L
Decimal 73 117 165 0.56 0.29 0 0.35 211.3 0.39 0.47
Hex 49 75 A5 38 1D 0 23 D3 27 2F
Octal 111 165 245 70 35 0 43 323 47 57
Binary 1001001 1110101 10100101 111000 11101 0 100011 11010011 100111 101111

Color Harmonies of #4975A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4975A5

Black with #4975A5

Text Example


Text Example

White with #4975A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4975A5; }

 p { color: rgb(73,117,165); }

 H1.HeaderClassName
 {
   color: #4975A5;
 }
 .AnyTagClassName
 {
   color: #4975A5;
 }
</style>

background-color css

<style>
 a { background-color: #4975A5; }

 a { background-color: rgb(73,117,165); }

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

border-color css

<style>
 span { border-color: #4975A5; }

 span { border-color: rgb(73,117,165); }

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