#4868CF

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

Shades of Royal Blue #4868CF

Tints of Royal Blue #4868CF

Color information

#4868CF (or 0x4868CF) is unknown color: approx Royal Blue. HEX triplet: 48, 68 and CF. RGB value is (72,104,207). Sum of RGB (Red+Green+Blue) = 72+104+207=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #4868CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4868CF is #B79730. Grayscale: #696969. Windows color (decimal): -12031793 or 13592648. OLE color: 13592648.

HSL color Cylindrical-coordinate representation of color #4868CF: hue angle of 225.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4868CF is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB72104207-
CMYK0.650.5000.19
HSL225.78º58.44%54.71%-
HSV(B)225.78º65.22%81.18%-
XYZ18.8915.7861.08-
YUV106.17184.9103.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.80%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 207 (81.25% from 255) = 54.05%
R=18.80%
G=27.15%
B=54.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal721042070.650.5000.19225.7858.4454.71
Hex4868CF4132013e23a37
Octal110150317101620233427267
Binary1001000110100011001111100000111001001001111100010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4868CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4868CF; }

 p { color: rgb(72,104,207); }

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

<style>
 a { background-color: #4868CF; }

 a { background-color: rgb(72,104,207); }

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

<style>
 span { border-color: #4868CF; }

 span { border-color: rgb(72,104,207); }

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