#4C68F1

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

Shades of Royal Blue #4C68F1

Tints of Royal Blue #4C68F1

Color information

#4C68F1 (or 0x4C68F1) is unknown color: approx Royal Blue. HEX triplet: 4C, 68 and F1. RGB value is (76,104,241). Sum of RGB (Red+Green+Blue) = 76+104+241=421 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.05% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 241 (94.53% from 255 or 57.24% from 421); Max value from RGB is 241 - color contains mainly: blue. Hex color #4C68F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C68F1 is #B3970E. Grayscale: #6E6E6E. Windows color (decimal): -11769615 or 15820876. OLE color: 15820876.

HSL color Cylindrical-coordinate representation of color #4C68F1: hue angle of 229.82º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C68F1 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB76104241-
CMYK0.680.5700.05
HSL229.82º85.49%62.16%-
HSV(B)229.82º68.46%94.51%-
XYZ23.8117.7985.4-
YUV111.25201.22102.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.05%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 241 (94.53% from 255) = 57.24%
R=18.05%
G=24.70%
B=57.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal761042410.680.5700.05229.8285.4962.16
Hex4C68F1443905e6553e
Octal114150361104710534612576
Binary100110011010001111000110001001110010101111001101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C68F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,104,241); }

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

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

 a { background-color: rgb(76,104,241); }

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

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

 span { border-color: rgb(76,104,241); }

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