Html Css Color HEX #4A7298 San Marino

📋 copy color: '#4A7298'

red 74 ◦ green 114 ◦ blue 152

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

Shades of San Marino #4A7298

Tints of San Marino #4A7298

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

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

R = 21.76%
G = 33.53%
B = 44.71%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4A7298 (or 0x4A7298) is known color: San Marino. HEX triplet: 4A, 72 and 98. RGB value is (74,114,152). Sum of RGB (Red+Green+Blue) = 74+114+152=340 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.76% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #4A7298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4A7298 is #B58D67. Grayscale: #6A6A6A. Windows color (decimal): -11898216 or 9990730. OLE color: 9990730.

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

Color convert

RGB 74 114 152 -
CMYK 0.51 0.25 0 0.40
HSL 209.23º 0.35% 0.44% -
HSV(B) 209.23º 0.51% 0.6% -
XYZ 14.51 15.76 31.98 -
YUV 106.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 74 114 152 0.51 0.25 0 0.40 209.23 0.35 0.44
Hex 4A 72 98 33 19 0 28 D1 23 2C
Octal 112 162 230 63 31 0 50 321 43 54
Binary 1001010 1110010 10011000 110011 11001 0 101000 11010001 100011 101100

Color Harmonies of #4A7298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A7298

Black with #4A7298

Text Example


Text Example

White with #4A7298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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