Html Css Color HEX #4B6DAE San Marino

📋 copy color: '#4B6DAE'

red 75 ◦ green 109 ◦ blue 174

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

Shades of San Marino #4B6DAE

Tints of San Marino #4B6DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.45%

 BLUE value IS 174 (68.36% from 255) = 48.6%

R = 20.95%
G = 30.45%
B = 48.6%

CMYK

 C value IS 0.57

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4B6DAE (or 0x4B6DAE) is known color: San Marino. HEX triplet: 4B, 6D and AE. RGB value is (75,109,174). Sum of RGB (Red+Green+Blue) = 75+109+174=358 (47% of max value = 765). Red value is 75 (29.69% from 255 or 20.95% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #4B6DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6DAE is #B49251. Grayscale: #696969. Windows color (decimal): -11833938 or 11431243. OLE color: 11431243.

HSL color Cylindrical-coordinate representation of color #4B6DAE: hue angle of 219.39º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B6DAE is Cyan = 0.57, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 75 109 174 -
CMYK 0.57 0.37 0 0.32
HSL 219.39º 0.4% 0.49% -
HSV(B) 219.39º 0.57% 0.68% -
XYZ 16.01 15.49 42.19 -
YUV 106.24 166.24 105.71 -
System Red Green Blue C M Y K H S L
Decimal 75 109 174 0.57 0.37 0 0.32 219.39 0.4 0.49
Hex 4B 6D AE 39 25 0 20 DB 28 31
Octal 113 155 256 71 45 0 40 333 50 61
Binary 1001011 1101101 10101110 111001 100101 0 100000 11011011 101000 110001

Color Harmonies of #4B6DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6DAE

Black with #4B6DAE

Text Example


Text Example

White with #4B6DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,109,174); }

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

background-color css

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

 a { background-color: rgb(75,109,174); }

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

border-color css

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

 span { border-color: rgb(75,109,174); }

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