Html Css Color HEX #4F6BAD San Marino

📋 copy color: '#4F6BAD'

red 79 ◦ green 107 ◦ blue 173

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

Shades of San Marino #4F6BAD

Tints of San Marino #4F6BAD

RGB

 RED value IS 79 (31.25% from 255) = 22.01%

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

 BLUE value IS 173 (67.97% from 255) = 48.19%

R = 22.01%
G = 29.81%
B = 48.19%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4F6BAD (or 0x4F6BAD) is known color: San Marino. HEX triplet: 4F, 6B and AD. RGB value is (79,107,173). Sum of RGB (Red+Green+Blue) = 79+107+173=359 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.01% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #4F6BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6BAD is #B09452. Grayscale: #696969. Windows color (decimal): -11572307 or 11365199. OLE color: 11365199.

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

Color convert

RGB 79 107 173 -
CMYK 0.54 0.38 0 0.32
HSL 222.13º 0.37% 0.49% -
HSV(B) 222.13º 0.54% 0.68% -
XYZ 16.02 15.19 41.62 -
YUV 106.15 165.72 108.63 -
System Red Green Blue C M Y K H S L
Decimal 79 107 173 0.54 0.38 0 0.32 222.13 0.37 0.49
Hex 4F 6B AD 36 26 0 20 DE 25 31
Octal 117 153 255 66 46 0 40 336 45 61
Binary 1001111 1101011 10101101 110110 100110 0 100000 11011110 100101 110001

Color Harmonies of #4F6BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6BAD

Black with #4F6BAD

Text Example


Text Example

White with #4F6BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,107,173); }

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

background-color css

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

 a { background-color: rgb(79,107,173); }

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

border-color css

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

 span { border-color: rgb(79,107,173); }

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