Html Css Color HEX #4B6AAB San Marino

📋 copy color: '#4B6AAB'

red 75 ◦ green 106 ◦ blue 171

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

Shades of San Marino #4B6AAB

Tints of San Marino #4B6AAB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.11%

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

R = 21.31%
G = 30.11%
B = 48.58%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4B6AAB (or 0x4B6AAB) is known color: San Marino. HEX triplet: 4B, 6A and AB. RGB value is (75,106,171). Sum of RGB (Red+Green+Blue) = 75+106+171=352 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.31% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #4B6AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6AAB is #B49554. Grayscale: #676767. Windows color (decimal): -11834709 or 11233867. OLE color: 11233867.

HSL color Cylindrical-coordinate representation of color #4B6AAB: hue angle of 220.62º 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 #4B6AAB is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 75 106 171 -
CMYK 0.56 0.38 0 0.33
HSL 220.63º 0.39% 0.48% -
HSV(B) 220.63º 0.56% 0.67% -
XYZ 15.41 14.74 40.56 -
YUV 104.14 165.73 107.21 -
System Red Green Blue C M Y K H S L
Decimal 75 106 171 0.56 0.38 0 0.33 220.63 0.39 0.48
Hex 4B 6A AB 38 26 0 21 DD 27 30
Octal 113 152 253 70 46 0 41 335 47 60
Binary 1001011 1101010 10101011 111000 100110 0 100001 11011101 100111 110000

Color Harmonies of #4B6AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6AAB

Black with #4B6AAB

Text Example


Text Example

White with #4B6AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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