#4478ED

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

Shades of Royal Blue #4478ED

Tints of Royal Blue #4478ED

Color information

#4478ED (or 0x4478ED) is unknown color: approx Royal Blue. HEX triplet: 44, 78 and ED. RGB value is (68,120,237). Sum of RGB (Red+Green+Blue) = 68+120+237=425 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #4478ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4478ED is #BB8712. Grayscale: #757575. Windows color (decimal): -12289811 or 15562820. OLE color: 15562820.

HSL color Cylindrical-coordinate representation of color #4478ED: hue angle of 221.54º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4478ED is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB68120237-
CMYK0.710.4900.07
HSL221.54º82.44%59.8%-
HSV(B)221.54º71.31%92.94%-
XYZ24.3920.7882.85-
YUV117.79195.2792.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 237 (92.97% from 255) = 55.76%
R=16%
G=28.24%
B=55.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal681202370.710.4900.07221.5482.4459.8
Hex4478ED473107de523c
Octal104170355107610733612274
Binary100010011110001110110110001111100010111110111101010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4478ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4478ED; }

 p { color: rgb(68,120,237); }

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

<style>
 a { background-color: #4478ED; }

 a { background-color: rgb(68,120,237); }

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

<style>
 span { border-color: #4478ED; }

 span { border-color: rgb(68,120,237); }

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