Html Css Color HEX #4F769A San Marino

📋 copy color: '#4F769A'

red 79 ◦ green 118 ◦ blue 154

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

Shades of San Marino #4F769A

Tints of San Marino #4F769A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 43.87%

R = 22.51%
G = 33.62%
B = 43.87%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4F769A (or 0x4F769A) is known color: San Marino. HEX triplet: 4F, 76 and 9A. RGB value is (79,118,154). Sum of RGB (Red+Green+Blue) = 79+118+154=351 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.51% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 154 (60.55% from 255 or 43.87% from 351); Max value from RGB is 154 - color contains mainly: blue. Hex color #4F769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F769A is #B08965. Grayscale: #6E6E6E. Windows color (decimal): -11569510 or 10122831. OLE color: 10122831.

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

Color convert

RGB 79 118 154 -
CMYK 0.49 0.23 0 0.40
HSL 208.8º 0.32% 0.46% -
HSV(B) 208.8º 0.49% 0.6% -
XYZ 15.54 16.95 33.03 -
YUV 110.44 152.58 105.57 -
System Red Green Blue C M Y K H S L
Decimal 79 118 154 0.49 0.23 0 0.40 208.8 0.32 0.46
Hex 4F 76 9A 31 17 0 28 D1 20 2E
Octal 117 166 232 61 27 0 50 321 40 56
Binary 1001111 1110110 10011010 110001 10111 0 101000 11010001 100000 101110

Color Harmonies of #4F769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F769A

Black with #4F769A

Text Example


Text Example

White with #4F769A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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