#4483E0

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

Shades of Royal Blue #4483E0

Tints of Royal Blue #4483E0

Color information

#4483E0 (or 0x4483E0) is unknown color: approx Royal Blue. HEX triplet: 44, 83 and E0. RGB value is (68,131,224). Sum of RGB (Red+Green+Blue) = 68+131+224=423 (56% of max value = 765). Red value is 68 (26.95% from 255 or 16.08% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 224 (87.89% from 255 or 52.96% from 423); Max value from RGB is 224 - color contains mainly: blue. Hex color #4483E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4483E0 is #BB7C1F. Grayscale: #7A7A7A. Windows color (decimal): -12287008 or 14713668. OLE color: 14713668.

HSL color Cylindrical-coordinate representation of color #4483E0: hue angle of 215.77º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4483E0 is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB68131224-
CMYK0.700.4200.12
HSL215.77º71.56%57.25%-
HSV(B)215.77º69.64%87.84%-
XYZ23.9522.8473.67-
YUV122.76185.1388.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.08%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 224 (87.89% from 255) = 52.96%
R=16.08%
G=30.97%
B=52.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal681312240.700.4200.12215.7771.5657.25
Hex4483E0462A0Cd84839
Octal1042033401065201433011071
Binary10001001000001111100000100011010101001100110110001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4483E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4483E0; }

 p { color: rgb(68,131,224); }

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

<style>
 a { background-color: #4483E0; }

 a { background-color: rgb(68,131,224); }

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

<style>
 span { border-color: #4483E0; }

 span { border-color: rgb(68,131,224); }

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