#485CE6

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

Shades of Royal Blue #485CE6

Tints of Royal Blue #485CE6

Color information

#485CE6 (or 0x485CE6) is unknown color: approx Royal Blue. HEX triplet: 48, 5C and E6. RGB value is (72,92,230). Sum of RGB (Red+Green+Blue) = 72+92+230=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 230 (90.23% from 255 or 58.38% from 394); Max value from RGB is 230 - color contains mainly: blue. Hex color #485CE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #485CE6 is #B7A319. Grayscale: #656565. Windows color (decimal): -12034842 or 15096904. OLE color: 15096904.

HSL color Cylindrical-coordinate representation of color #485CE6: hue angle of 232.41º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #485CE6 is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7292230-
CMYK0.690.6000.10
HSL232.41º75.96%59.22%-
HSV(B)232.41º68.7%90.2%-
XYZ20.7814.7576.61-
YUV101.75200.37106.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.27%
GREEN value IS 92 (36.33% from 255) = 23.35%
BLUE value IS 230 (90.23% from 255) = 58.38%
R=18.27%
G=23.35%
B=58.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal72922300.690.6000.10232.4175.9659.22
Hex485CE6453C0Ae84c3b
Octal1101343461057401235011473
Binary1001000101110011100110100010111110001010111010001001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485CE6; }

 p { color: rgb(72,92,230); }

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

<style>
 a { background-color: #485CE6; }

 a { background-color: rgb(72,92,230); }

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

<style>
 span { border-color: #485CE6; }

 span { border-color: rgb(72,92,230); }

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