Html Css Color HEX #4F6598 San Marino

📋 copy color: '#4F6598'

red 79 ◦ green 101 ◦ blue 152

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

Shades of San Marino #4F6598

Tints of San Marino #4F6598

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.42%

 BLUE value IS 152 (59.77% from 255) = 45.78%

R = 23.8%
G = 30.42%
B = 45.78%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4F6598 (or 0x4F6598) is known color: San Marino. HEX triplet: 4F, 65 and 98. RGB value is (79,101,152). Sum of RGB (Red+Green+Blue) = 79+101+152=332 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.80% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 152 (59.77% from 255 or 45.78% from 332); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F6598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6598 is #B09A67. Grayscale: #646464. Windows color (decimal): -11573864 or 9987407. OLE color: 9987407.

HSL color Cylindrical-coordinate representation of color #4F6598: hue angle of 221.92º 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 #4F6598 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 79 101 152 -
CMYK 0.48 0.34 0 0.40
HSL 221.92º 0.32% 0.45% -
HSV(B) 221.92º 0.48% 0.6% -
XYZ 13.55 13.24 31.55 -
YUV 100.24 157.21 112.85 -
System Red Green Blue C M Y K H S L
Decimal 79 101 152 0.48 0.34 0 0.40 221.92 0.32 0.45
Hex 4F 65 98 30 22 0 28 DE 20 2D
Octal 117 145 230 60 42 0 50 336 40 55
Binary 1001111 1100101 10011000 110000 100010 0 101000 11011110 100000 101101

Color Harmonies of #4F6598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6598

Black with #4F6598

Text Example


Text Example

White with #4F6598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,101,152); }

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

background-color css

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

 a { background-color: rgb(79,101,152); }

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

border-color css

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

 span { border-color: rgb(79,101,152); }

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