Html Css Color HEX #4D6BAA San Marino

📋 copy color: '#4D6BAA'

red 77 ◦ green 107 ◦ blue 170

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

Shades of San Marino #4D6BAA

Tints of San Marino #4D6BAA

RGB

 RED value IS 77 (30.47% from 255) = 21.75%

 GREEN value IS 107 (42.19% from 255) = 30.23%

 BLUE value IS 170 (66.8% from 255) = 48.02%

R = 21.75%
G = 30.23%
B = 48.02%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D6BAA (or 0x4D6BAA) is known color: San Marino. HEX triplet: 4D, 6B and AA. RGB value is (77,107,170). Sum of RGB (Red+Green+Blue) = 77+107+170=354 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.75% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 170 (66.80% from 255 or 48.02% from 354); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D6BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6BAA is #B29455. Grayscale: #686868. Windows color (decimal): -11703382 or 11168589. OLE color: 11168589.

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

Color convert

RGB 77 107 170 -
CMYK 0.55 0.37 0 0.33
HSL 220.65º 0.38% 0.48% -
HSV(B) 220.65º 0.55% 0.67% -
XYZ 15.57 15 40.1 -
YUV 105.21 164.56 107.88 -
System Red Green Blue C M Y K H S L
Decimal 77 107 170 0.55 0.37 0 0.33 220.65 0.38 0.48
Hex 4D 6B AA 37 25 0 21 DD 26 30
Octal 115 153 252 67 45 0 41 335 46 60
Binary 1001101 1101011 10101010 110111 100101 0 100001 11011101 100110 110000

Color Harmonies of #4D6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6BAA

Black with #4D6BAA

Text Example


Text Example

White with #4D6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,107,170); }

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

background-color css

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

 a { background-color: rgb(77,107,170); }

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

border-color css

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

 span { border-color: rgb(77,107,170); }

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