Html Css Color HEX #4B74AB San Marino

📋 copy color: '#4B74AB'

red 75 ◦ green 116 ◦ blue 171

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

Shades of San Marino #4B74AB

Tints of San Marino #4B74AB

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.04%

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 20.72%
G = 32.04%
B = 47.24%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B74AB (or 0x4B74AB) is known color: San Marino. HEX triplet: 4B, 74 and AB. RGB value is (75,116,171). Sum of RGB (Red+Green+Blue) = 75+116+171=362 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.72% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B74AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B74AB is #B48B54. Grayscale: #6D6D6D. Windows color (decimal): -11832149 or 11236427. OLE color: 11236427.

HSL color Cylindrical-coordinate representation of color #4B74AB: hue angle of 214.38º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4B74AB is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 116 171 -
CMYK 0.56 0.32 0 0.33
HSL 214.38º 0.39% 0.48% -
HSV(B) 214.38º 0.56% 0.67% -
XYZ 16.5 16.93 40.93 -
YUV 110.01 162.42 103.03 -
System Red Green Blue C M Y K H S L
Decimal 75 116 171 0.56 0.32 0 0.33 214.38 0.39 0.48
Hex 4B 74 AB 38 20 0 21 D6 27 30
Octal 113 164 253 70 40 0 41 326 47 60
Binary 1001011 1110100 10101011 111000 100000 0 100001 11010110 100111 110000

Color Harmonies of #4B74AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B74AB

Black with #4B74AB

Text Example


Text Example

White with #4B74AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,116,171); }

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

background-color css

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

 a { background-color: rgb(75,116,171); }

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

border-color css

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

 span { border-color: rgb(75,116,171); }

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