#4C67F1

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

Shades of Royal Blue #4C67F1

Tints of Royal Blue #4C67F1

Color information

#4C67F1 (or 0x4C67F1) is unknown color: approx Royal Blue. HEX triplet: 4C, 67 and F1. RGB value is (76,103,241). Sum of RGB (Red+Green+Blue) = 76+103+241=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #4C67F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C67F1 is #B3980E. Grayscale: #6E6E6E. Windows color (decimal): -11769871 or 15820620. OLE color: 15820620.

HSL color Cylindrical-coordinate representation of color #4C67F1: hue angle of 230.18º 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 #4C67F1 is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB76103241-
CMYK0.680.5700.05
HSL230.18º85.49%62.16%-
HSV(B)230.18º68.46%94.51%-
XYZ23.7117.5985.36-
YUV110.66201.55103.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.10%
GREEN value IS 103 (40.62% from 255) = 24.52%
BLUE value IS 241 (94.53% from 255) = 57.38%
R=18.10%
G=24.52%
B=57.38%

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
Decimal761032410.680.5700.05230.1885.4962.16
Hex4C67F1443905e6553e
Octal114147361104710534612576
Binary100110011001111111000110001001110010101111001101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C67F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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