Html Css Color HEX #4F6497 San Marino

📋 copy color: '#4F6497'

red 79 ◦ green 100 ◦ blue 151

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

Shades of San Marino #4F6497

Tints of San Marino #4F6497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 45.76%

R = 23.94%
G = 30.3%
B = 45.76%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4F6497 (or 0x4F6497) is known color: San Marino. HEX triplet: 4F, 64 and 97. RGB value is (79,100,151). Sum of RGB (Red+Green+Blue) = 79+100+151=330 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.94% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #4F6497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6497 is #B09B68. Grayscale: #636363. Windows color (decimal): -11574121 or 9921615. OLE color: 9921615.

HSL color Cylindrical-coordinate representation of color #4F6497: hue angle of 222.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F6497 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 79 100 151 -
CMYK 0.48 0.34 0 0.41
HSL 222.5º 0.31% 0.45% -
HSV(B) 222.5º 0.48% 0.59% -
XYZ 13.37 13.01 31.08 -
YUV 99.54 157.04 113.35 -
System Red Green Blue C M Y K H S L
Decimal 79 100 151 0.48 0.34 0 0.41 222.5 0.31 0.45
Hex 4F 64 97 30 22 0 29 DE 1F 2D
Octal 117 144 227 60 42 0 51 336 37 55
Binary 1001111 1100100 10010111 110000 100010 0 101001 11011110 11111 101101

Color Harmonies of #4F6497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6497

Black with #4F6497

Text Example


Text Example

White with #4F6497

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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