#4575FA

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

Shades of Royal Blue #4575FA

Tints of Royal Blue #4575FA

Color information

#4575FA (or 0x4575FA) is unknown color: approx Royal Blue. HEX triplet: 45, 75 and FA. RGB value is (69,117,250). Sum of RGB (Red+Green+Blue) = 69+117+250=436 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.83% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 250 (98.05% from 255 or 57.34% from 436); Max value from RGB is 250 - color contains mainly: blue. Hex color #4575FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4575FA is #BA8A05. Grayscale: #757575. Windows color (decimal): -12225030 or 16414021. OLE color: 16414021.

HSL color Cylindrical-coordinate representation of color #4575FA: hue angle of 224.09º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4575FA is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB69117250-
CMYK0.720.5300.02
HSL224.09º94.76%62.55%-
HSV(B)224.09º72.4%98.04%-
XYZ26.0720.8993.1-
YUV117.81202.693.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.83%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 250 (98.05% from 255) = 57.34%
R=15.83%
G=26.83%
B=57.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal691172500.720.5300.02224.0994.7662.55
Hex4575FA483502e05f3f
Octal105165372110650234013777
Binary10001011110101111110101001000110101010111000001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4575FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4575FA; }

 p { color: rgb(69,117,250); }

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

<style>
 a { background-color: #4575FA; }

 a { background-color: rgb(69,117,250); }

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

<style>
 span { border-color: #4575FA; }

 span { border-color: rgb(69,117,250); }

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