#4472FF

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

Shades of Royal Blue #4472FF

Tints of Royal Blue #4472FF

Color information

#4472FF (or 0x4472FF) is unknown color: approx Royal Blue. HEX triplet: 44, 72 and FF. RGB value is (68,114,255). Sum of RGB (Red+Green+Blue) = 68+114+255=437 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.56% from 437); Green value is 114 (44.92% from 255 or 26.09% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #4472FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4472FF is #BB8D00. Grayscale: #737373. Windows color (decimal): -12291329 or 16740932. OLE color: 16740932.

HSL color Cylindrical-coordinate representation of color #4472FF: hue angle of 225.24º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4472FF is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB68114255-
CMYK0.730.5500
HSL225.24º100%63.33%-
HSV(B)225.24º73.33%100%-
XYZ26.4520.4897.17-
YUV116.32206.2693.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 15.56%
GREEN value IS 114 (44.92% from 255) = 26.09%
BLUE value IS 255 (100% from 255) = 58.35%
R=15.56%
G=26.09%
B=58.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal681142550.730.5500225.2410063.33
Hex4472FF493700e1643f
Octal104162377111670034114477
Binary1000100111001011111111100100111011100111000011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4472FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4472FF; }

 p { color: rgb(68,114,255); }

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

<style>
 a { background-color: #4472FF; }

 a { background-color: rgb(68,114,255); }

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

<style>
 span { border-color: #4472FF; }

 span { border-color: rgb(68,114,255); }

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