Html Css Color HEX #4F68B3 San Marino

📋 copy color: '#4F68B3'

red 79 ◦ green 104 ◦ blue 179

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

Shades of San Marino #4F68B3

Tints of San Marino #4F68B3

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.73%

 BLUE value IS 179 (70.31% from 255) = 49.45%

R = 21.82%
G = 28.73%
B = 49.45%

CMYK

 C value IS 0.56

 M value IS 0.42

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4F68B3 (or 0x4F68B3) is known color: San Marino. HEX triplet: 4F, 68 and B3. RGB value is (79,104,179). Sum of RGB (Red+Green+Blue) = 79+104+179=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 179 - color contains mainly: blue. Hex color #4F68B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F68B3 is #B0974C. Grayscale: #686868. Windows color (decimal): -11573069 or 11757647. OLE color: 11757647.

HSL color Cylindrical-coordinate representation of color #4F68B3: hue angle of 225º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F68B3 is Cyan = 0.56, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 79 104 179 -
CMYK 0.56 0.42 0 0.30
HSL 225º 0.4% 0.51% -
HSV(B) 225º 0.56% 0.7% -
XYZ 16.31 14.82 44.65 -
YUV 105.08 169.72 109.4 -
System Red Green Blue C M Y K H S L
Decimal 79 104 179 0.56 0.42 0 0.30 225 0.4 0.51
Hex 4F 68 B3 38 2A 0 1E E1 28 33
Octal 117 150 263 70 52 0 36 341 50 63
Binary 1001111 1101000 10110011 111000 101010 0 11110 11100001 101000 110011

Color Harmonies of #4F68B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F68B3

Black with #4F68B3

Text Example


Text Example

White with #4F68B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,104,179); }

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

background-color css

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

 a { background-color: rgb(79,104,179); }

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

border-color css

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

 span { border-color: rgb(79,104,179); }

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