#4461F0

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

Shades of Royal Blue #4461F0

Tints of Royal Blue #4461F0

Color information

#4461F0 (or 0x4461F0) is unknown color: approx Royal Blue. HEX triplet: 44, 61 and F0. RGB value is (68,97,240). Sum of RGB (Red+Green+Blue) = 68+97+240=405 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.79% from 405); Green value is 97 (38.28% from 255 or 23.95% from 405); Blue value is 240 (94.14% from 255 or 59.26% from 405); Max value from RGB is 240 - color contains mainly: blue. Hex color #4461F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4461F0 is #BB9E0F. Grayscale: #686868. Windows color (decimal): -12295696 or 15753540. OLE color: 15753540.

HSL color Cylindrical-coordinate representation of color #4461F0: hue angle of 229.88º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4461F0 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6897240-
CMYK0.720.6000.06
HSL229.88º85.15%60.39%-
HSV(B)229.88º71.67%94.12%-
XYZ22.3916.0784.36-
YUV104.63204.39101.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.79%
GREEN value IS 97 (38.28% from 255) = 23.95%
BLUE value IS 240 (94.14% from 255) = 59.26%
R=16.79%
G=23.95%
B=59.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal68972400.720.6000.06229.8885.1560.39
Hex4461F0483C06e6553c
Octal104141360110740634612574
Binary100010011000011111000010010001111000110111001101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4461F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4461F0; }

 p { color: rgb(68,97,240); }

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

<style>
 a { background-color: #4461F0; }

 a { background-color: rgb(68,97,240); }

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

<style>
 span { border-color: #4461F0; }

 span { border-color: rgb(68,97,240); }

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