#4F68DD

Color #4F68DD Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4F68DD

Tints of Royal Blue #4F68DD

Color information

#4F68DD (or 0x4F68DD) is unknown color: approx Royal Blue. HEX triplet: 4F, 68 and DD. RGB value is (79,104,221). Sum of RGB (Red+Green+Blue) = 79+104+221=404 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.55% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #4F68DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F68DD is #B09722. Grayscale: #6D6D6D. Windows color (decimal): -11573027 or 14510159. OLE color: 14510159.

HSL color Cylindrical-coordinate representation of color #4F68DD: hue angle of 229.44º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4F68DD is Cyan = 0.64, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB79104221-
CMYK0.640.5300.13
HSL229.44º67.62%58.82%-
HSV(B)229.44º64.25%86.67%-
XYZ21.2316.7870.53-
YUV109.86190.72105.99-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.55%
GREEN value IS 104 (41.02% from 255) = 25.74%
BLUE value IS 221 (86.72% from 255) = 54.70%
R=19.55%
G=25.74%
B=54.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal791042210.640.5300.13229.4467.6258.82
Hex4F68DD40350De5443b
Octal1171503351006501534510473
Binary1001111110100011011101100000011010101101111001011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F68DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F68DD;
 }
 .AnyTagClassName
 {
   color: #4F68DD;
 }
</style>
background-color css

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

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

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

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

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

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