Html Css Color HEX #4F669B San Marino

📋 copy color: '#4F669B'

red 79 ◦ green 102 ◦ blue 155

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

Shades of San Marino #4F669B

Tints of San Marino #4F669B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.36%

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

R = 23.51%
G = 30.36%
B = 46.13%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4F669B (or 0x4F669B) is known color: San Marino. HEX triplet: 4F, 66 and 9B. RGB value is (79,102,155). Sum of RGB (Red+Green+Blue) = 79+102+155=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #4F669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F669B is #B09964. Grayscale: #646464. Windows color (decimal): -11573605 or 10184271. OLE color: 10184271.

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

Color convert

RGB 79 102 155 -
CMYK 0.49 0.34 0 0.39
HSL 221.84º 0.32% 0.46% -
HSV(B) 221.84º 0.49% 0.61% -
XYZ 13.89 13.53 32.89 -
YUV 101.17 158.38 112.19 -
System Red Green Blue C M Y K H S L
Decimal 79 102 155 0.49 0.34 0 0.39 221.84 0.32 0.46
Hex 4F 66 9B 31 22 0 27 DE 20 2E
Octal 117 146 233 61 42 0 47 336 40 56
Binary 1001111 1100110 10011011 110001 100010 0 100111 11011110 100000 101110

Color Harmonies of #4F669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F669B

Black with #4F669B

Text Example


Text Example

White with #4F669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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