#4869CE

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

Shades of Royal Blue #4869CE

Tints of Royal Blue #4869CE

Color information

#4869CE (or 0x4869CE) is unknown color: approx Royal Blue. HEX triplet: 48, 69 and CE. RGB value is (72,105,206). Sum of RGB (Red+Green+Blue) = 72+105+206=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #4869CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4869CE is #B79631. Grayscale: #6A6A6A. Windows color (decimal): -12031538 or 13527368. OLE color: 13527368.

HSL color Cylindrical-coordinate representation of color #4869CE: hue angle of 225.22º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4869CE is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB72105206-
CMYK0.650.4900.19
HSL225.22º57.76%54.51%-
HSV(B)225.22º65.05%80.78%-
XYZ18.8615.9460.47-
YUV106.65184.07103.29-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.80%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 206 (80.86% from 255) = 53.79%
R=18.80%
G=27.42%
B=53.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal721052060.650.4900.19225.2257.7654.51
Hex4869CE4131013e13a37
Octal110151316101610233417267
Binary1001000110100111001110100000111000101001111100001111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4869CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4869CE; }

 p { color: rgb(72,105,206); }

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

<style>
 a { background-color: #4869CE; }

 a { background-color: rgb(72,105,206); }

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

<style>
 span { border-color: #4869CE; }

 span { border-color: rgb(72,105,206); }

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