Html Css Color HEX #4B6FB3 San Marino

📋 copy color: '#4B6FB3'

red 75 ◦ green 111 ◦ blue 179

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

Shades of San Marino #4B6FB3

Tints of San Marino #4B6FB3

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.41%

 BLUE value IS 179 (70.31% from 255) = 49.04%

R = 20.55%
G = 30.41%
B = 49.04%

CMYK

 C value IS 0.58

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4B6FB3 (or 0x4B6FB3) is known color: San Marino. HEX triplet: 4B, 6F and B3. RGB value is (75,111,179). Sum of RGB (Red+Green+Blue) = 75+111+179=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #4B6FB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6FB3 is #B4904C. Grayscale: #6B6B6B. Windows color (decimal): -11833421 or 11759435. OLE color: 11759435.

HSL color Cylindrical-coordinate representation of color #4B6FB3: hue angle of 219.23º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B6FB3 is Cyan = 0.58, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 75 111 179 -
CMYK 0.58 0.38 0 0.30
HSL 219.23º 0.41% 0.5% -
HSV(B) 219.23º 0.58% 0.7% -
XYZ 16.72 16.12 44.88 -
YUV 107.99 168.07 104.47 -
System Red Green Blue C M Y K H S L
Decimal 75 111 179 0.58 0.38 0 0.30 219.23 0.41 0.5
Hex 4B 6F B3 3A 26 0 1E DB 29 32
Octal 113 157 263 72 46 0 36 333 51 62
Binary 1001011 1101111 10110011 111010 100110 0 11110 11011011 101001 110010

Color Harmonies of #4B6FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6FB3

Black with #4B6FB3

Text Example


Text Example

White with #4B6FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,111,179); }

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

background-color css

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

 a { background-color: rgb(75,111,179); }

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

border-color css

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

 span { border-color: rgb(75,111,179); }

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