Html Css Color HEX #4A6FB6 San Marino

📋 copy color: '#4A6FB6'

red 74 ◦ green 111 ◦ blue 182

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

Shades of San Marino #4A6FB6

Tints of San Marino #4A6FB6

RGB

 RED value IS 74 (29.3% from 255) = 20.16%

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

 BLUE value IS 182 (71.48% from 255) = 49.59%

R = 20.16%
G = 30.25%
B = 49.59%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4A6FB6 (or 0x4A6FB6) is known color: San Marino. HEX triplet: 4A, 6F and B6. RGB value is (74,111,182). Sum of RGB (Red+Green+Blue) = 74+111+182=367 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.16% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 182 - color contains mainly: blue. Hex color #4A6FB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A6FB6 is #B59049. Grayscale: #6B6B6B. Windows color (decimal): -11898954 or 11956042. OLE color: 11956042.

HSL color Cylindrical-coordinate representation of color #4A6FB6: hue angle of 219.44º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4A6FB6 is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 74 111 182 -
CMYK 0.59 0.39 0 0.29
HSL 219.44º 0.43% 0.5% -
HSV(B) 219.44º 0.59% 0.71% -
XYZ 16.95 16.2 46.49 -
YUV 108.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 74 111 182 0.59 0.39 0 0.29 219.44 0.43 0.5
Hex 4A 6F B6 3B 27 0 1D DB 2B 32
Octal 112 157 266 73 47 0 35 333 53 62
Binary 1001010 1101111 10110110 111011 100111 0 11101 11011011 101011 110010

Color Harmonies of #4A6FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6FB6

Black with #4A6FB6

Text Example


Text Example

White with #4A6FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,111,182); }

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

background-color css

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

 a { background-color: rgb(74,111,182); }

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

border-color css

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

 span { border-color: rgb(74,111,182); }

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