#4460EF

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

Shades of Royal Blue #4460EF

Tints of Royal Blue #4460EF

Color information

#4460EF (or 0x4460EF) is unknown color: approx Royal Blue. HEX triplet: 44, 60 and EF. RGB value is (68,96,239). Sum of RGB (Red+Green+Blue) = 68+96+239=403 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.87% from 403); Green value is 96 (37.89% from 255 or 23.82% from 403); Blue value is 239 (93.75% from 255 or 59.31% from 403); Max value from RGB is 239 - color contains mainly: blue. Hex color #4460EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4460EF is #BB9F10. Grayscale: #676767. Windows color (decimal): -12295953 or 15687748. OLE color: 15687748.

HSL color Cylindrical-coordinate representation of color #4460EF: hue angle of 230.18º degrees, saturation: 0.84, 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 #4460EF is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB6896239-
CMYK0.720.6000.06
HSL230.18º84.24%60.2%-
HSV(B)230.18º71.55%93.73%-
XYZ22.1515.8383.55-
YUV103.93204.22102.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.87%
GREEN value IS 96 (37.89% from 255) = 23.82%
BLUE value IS 239 (93.75% from 255) = 59.31%
R=16.87%
G=23.82%
B=59.31%

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
Decimal68962390.720.6000.06230.1884.2460.2
Hex4460EF483C06e6543c
Octal104140357110740634612474
Binary100010011000001110111110010001111000110111001101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4460EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4460EF; }

 p { color: rgb(68,96,239); }

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

<style>
 a { background-color: #4460EF; }

 a { background-color: rgb(68,96,239); }

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

<style>
 span { border-color: #4460EF; }

 span { border-color: rgb(68,96,239); }

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