Html Css Color HEX #4F709B San Marino

📋 copy color: '#4F709B'

red 79 ◦ green 112 ◦ blue 155

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

Shades of San Marino #4F709B

Tints of San Marino #4F709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.37%

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

R = 22.83%
G = 32.37%
B = 44.8%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F709B (or 0x4F709B) is known color: San Marino. HEX triplet: 4F, 70 and 9B. RGB value is (79,112,155). Sum of RGB (Red+Green+Blue) = 79+112+155=346 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.83% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F709B is #B08F64. Grayscale: #6A6A6A. Windows color (decimal): -11571045 or 10186831. OLE color: 10186831.

HSL color Cylindrical-coordinate representation of color #4F709B: hue angle of 213.95º 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 #4F709B is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 79 112 155 -
CMYK 0.49 0.28 0 0.39
HSL 213.95º 0.32% 0.46% -
HSV(B) 213.95º 0.49% 0.61% -
XYZ 14.94 15.62 33.24 -
YUV 107.04 155.07 108 -
System Red Green Blue C M Y K H S L
Decimal 79 112 155 0.49 0.28 0 0.39 213.95 0.32 0.46
Hex 4F 70 9B 31 1C 0 27 D6 20 2E
Octal 117 160 233 61 34 0 47 326 40 56
Binary 1001111 1110000 10011011 110001 11100 0 100111 11010110 100000 101110

Color Harmonies of #4F709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F709B

Black with #4F709B

Text Example


Text Example

White with #4F709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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