Html Css Color HEX #4F6CAF San Marino

📋 copy color: '#4F6CAF'

red 79 ◦ green 108 ◦ blue 175

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

Shades of San Marino #4F6CAF

Tints of San Marino #4F6CAF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.83%

 BLUE value IS 175 (68.75% from 255) = 48.34%

R = 21.82%
G = 29.83%
B = 48.34%

CMYK

 C value IS 0.55

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4F6CAF (or 0x4F6CAF) is known color: San Marino. HEX triplet: 4F, 6C and AF. RGB value is (79,108,175). Sum of RGB (Red+Green+Blue) = 79+108+175=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #4F6CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6CAF is #B09350. Grayscale: #6A6A6A. Windows color (decimal): -11572049 or 11496527. OLE color: 11496527.

HSL color Cylindrical-coordinate representation of color #4F6CAF: hue angle of 221.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4F6CAF is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 79 108 175 -
CMYK 0.55 0.38 0 0.31
HSL 221.88º 0.38% 0.5% -
HSV(B) 221.88º 0.55% 0.69% -
XYZ 16.32 15.48 42.69 -
YUV 106.97 166.39 108.05 -
System Red Green Blue C M Y K H S L
Decimal 79 108 175 0.55 0.38 0 0.31 221.88 0.38 0.5
Hex 4F 6C AF 37 26 0 1F DE 26 32
Octal 117 154 257 67 46 0 37 336 46 62
Binary 1001111 1101100 10101111 110111 100110 0 11111 11011110 100110 110010

Color Harmonies of #4F6CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F6CAF

Black with #4F6CAF

Text Example


Text Example

White with #4F6CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,108,175); }

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

background-color css

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

 a { background-color: rgb(79,108,175); }

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

border-color css

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

 span { border-color: rgb(79,108,175); }

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