Html Css Color HEX #4A7098 San Marino

📋 copy color: '#4A7098'

red 74 ◦ green 112 ◦ blue 152

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

Shades of San Marino #4A7098

Tints of San Marino #4A7098

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

 BLUE value IS 152 (59.77% from 255) = 44.97%

R = 21.89%
G = 33.14%
B = 44.97%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4A7098 (or 0x4A7098) is known color: San Marino. HEX triplet: 4A, 70 and 98. RGB value is (74,112,152). Sum of RGB (Red+Green+Blue) = 74+112+152=338 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.89% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #4A7098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7098 is #B58F67. Grayscale: #696969. Windows color (decimal): -11898728 or 9990218. OLE color: 9990218.

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

Color convert

RGB 74 112 152 -
CMYK 0.51 0.26 0 0.40
HSL 210.77º 0.35% 0.44% -
HSV(B) 210.77º 0.51% 0.6% -
XYZ 14.29 15.31 31.91 -
YUV 105.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 74 112 152 0.51 0.26 0 0.40 210.77 0.35 0.44
Hex 4A 70 98 33 1A 0 28 D3 23 2C
Octal 112 160 230 63 32 0 50 323 43 54
Binary 1001010 1110000 10011000 110011 11010 0 101000 11010011 100011 101100

Color Harmonies of #4A7098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7098

Black with #4A7098

Text Example


Text Example

White with #4A7098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,112,152); }

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

background-color css

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

 a { background-color: rgb(74,112,152); }

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

border-color css

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

 span { border-color: rgb(74,112,152); }

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