Html Css Color HEX #4B7296 San Marino

📋 copy color: '#4B7296'

red 75 ◦ green 114 ◦ blue 150

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

Shades of San Marino #4B7296

Tints of San Marino #4B7296

RGB

 RED value IS 75 (29.69% from 255) = 22.12%

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

 BLUE value IS 150 (58.98% from 255) = 44.25%

R = 22.12%
G = 33.63%
B = 44.25%

CMYK

 C value IS 0.5

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4B7296 (or 0x4B7296) is known color: San Marino. HEX triplet: 4B, 72 and 96. RGB value is (75,114,150). Sum of RGB (Red+Green+Blue) = 75+114+150=339 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.12% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B7296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7296 is #B48D69. Grayscale: #6A6A6A. Windows color (decimal): -11832682 or 9859659. OLE color: 9859659.

HSL color Cylindrical-coordinate representation of color #4B7296: hue angle of 208.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B7296 is Cyan = 0.5, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 75 114 150 -
CMYK 0.5 0.24 0 0.41
HSL 208.8º 0.33% 0.44% -
HSV(B) 208.8º 0.5% 0.59% -
XYZ 14.42 15.73 31.13 -
YUV 106.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 75 114 150 0.5 0.24 0 0.41 208.8 0.33 0.44
Hex 4B 72 96 32 18 0 29 D1 21 2C
Octal 113 162 226 62 30 0 51 321 41 54
Binary 1001011 1110010 10010110 110010 11000 0 101001 11010001 100001 101100

Color Harmonies of #4B7296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B7296

Black with #4B7296

Text Example


Text Example

White with #4B7296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,114,150); }

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

background-color css

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

 a { background-color: rgb(75,114,150); }

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

border-color css

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

 span { border-color: rgb(75,114,150); }

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