Html Css Color HEX #4F7699 San Marino

📋 copy color: '#4F7699'

red 79 ◦ green 118 ◦ blue 153

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

Shades of San Marino #4F7699

Tints of San Marino #4F7699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.71%

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 22.57%
G = 33.71%
B = 43.71%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4F7699 (or 0x4F7699) is known color: San Marino. HEX triplet: 4F, 76 and 99. RGB value is (79,118,153). Sum of RGB (Red+Green+Blue) = 79+118+153=350 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.57% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F7699 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7699 is #B08966. Grayscale: #6E6E6E. Windows color (decimal): -11569511 or 10057295. OLE color: 10057295.

HSL color Cylindrical-coordinate representation of color #4F7699: hue angle of 208.38º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F7699 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 79 118 153 -
CMYK 0.48 0.23 0 0.4
HSL 208.38º 0.32% 0.45% -
HSV(B) 208.38º 0.48% 0.6% -
XYZ 15.45 16.92 32.59 -
YUV 110.33 152.08 105.65 -
System Red Green Blue C M Y K H S L
Decimal 79 118 153 0.48 0.23 0 0.4 208.38 0.32 0.45
Hex 4F 76 99 30 17 0 28 D0 20 2D
Octal 117 166 231 60 27 0 50 320 40 55
Binary 1001111 1110110 10011001 110000 10111 0 101000 11010000 100000 101101

Color Harmonies of #4F7699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7699

Black with #4F7699

Text Example


Text Example

White with #4F7699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,118,153); }

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

background-color css

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

 a { background-color: rgb(79,118,153); }

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

border-color css

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

 span { border-color: rgb(79,118,153); }

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