Html Css Color HEX #4B739C San Marino

📋 copy color: '#4B739C'

red 75 ◦ green 115 ◦ blue 156

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

Shades of San Marino #4B739C

Tints of San Marino #4B739C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

 BLUE value IS 156 (61.33% from 255) = 45.09%

R = 21.68%
G = 33.24%
B = 45.09%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4B739C (or 0x4B739C) is known color: San Marino. HEX triplet: 4B, 73 and 9C. RGB value is (75,115,156). Sum of RGB (Red+Green+Blue) = 75+115+156=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #4B739C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B739C is #B48C63. Grayscale: #6B6B6B. Windows color (decimal): -11832420 or 10253131. OLE color: 10253131.

HSL color Cylindrical-coordinate representation of color #4B739C: hue angle of 210.37º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4B739C is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 75 115 156 -
CMYK 0.52 0.26 0 0.39
HSL 210.37º 0.35% 0.45% -
HSV(B) 210.37º 0.52% 0.61% -
XYZ 15.03 16.16 33.78 -
YUV 107.71 155.25 104.67 -
System Red Green Blue C M Y K H S L
Decimal 75 115 156 0.52 0.26 0 0.39 210.37 0.35 0.45
Hex 4B 73 9C 34 1A 0 27 D2 23 2D
Octal 113 163 234 64 32 0 47 322 43 55
Binary 1001011 1110011 10011100 110100 11010 0 100111 11010010 100011 101101

Color Harmonies of #4B739C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B739C

Black with #4B739C

Text Example


Text Example

White with #4B739C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,115,156); }

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

background-color css

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

 a { background-color: rgb(75,115,156); }

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

border-color css

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

 span { border-color: rgb(75,115,156); }

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