Html Css Color HEX #4F649B San Marino

📋 copy color: '#4F649B'

red 79 ◦ green 100 ◦ blue 155

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

Shades of San Marino #4F649B

Tints of San Marino #4F649B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.94%

 BLUE value IS 155 (60.94% from 255) = 46.41%

R = 23.65%
G = 29.94%
B = 46.41%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F649B (or 0x4F649B) is known color: San Marino. HEX triplet: 4F, 64 and 9B. RGB value is (79,100,155). Sum of RGB (Red+Green+Blue) = 79+100+155=334 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.65% from 334); Green value is 100 (39.45% from 255 or 29.94% from 334); Blue value is 155 (60.94% from 255 or 46.41% from 334); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F649B is #B09B64. Grayscale: #636363. Windows color (decimal): -11574117 or 10183759. OLE color: 10183759.

HSL color Cylindrical-coordinate representation of color #4F649B: hue angle of 223.42º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4F649B is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 100 155 -
CMYK 0.49 0.35 0 0.39
HSL 223.42º 0.32% 0.46% -
HSV(B) 223.42º 0.49% 0.61% -
XYZ 13.7 13.14 32.83 -
YUV 99.99 159.04 113.03 -
System Red Green Blue C M Y K H S L
Decimal 79 100 155 0.49 0.35 0 0.39 223.42 0.32 0.46
Hex 4F 64 9B 31 23 0 27 DF 20 2E
Octal 117 144 233 61 43 0 47 337 40 56
Binary 1001111 1100100 10011011 110001 100011 0 100111 11011111 100000 101110

Color Harmonies of #4F649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F649B

Black with #4F649B

Text Example


Text Example

White with #4F649B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,100,155); }

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

background-color css

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

 a { background-color: rgb(79,100,155); }

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

border-color css

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

 span { border-color: rgb(79,100,155); }

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