#4680DD

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

Shades of Royal Blue #4680DD

Tints of Royal Blue #4680DD

Color information

#4680DD (or 0x4680DD) is unknown color: approx Royal Blue. HEX triplet: 46, 80 and DD. RGB value is (70,128,221). Sum of RGB (Red+Green+Blue) = 70+128+221=419 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.71% from 419); Green value is 128 (50.39% from 255 or 30.55% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #4680DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4680DD is #B97F22. Grayscale: #787878. Windows color (decimal): -12156707 or 14516294. OLE color: 14516294.

HSL color Cylindrical-coordinate representation of color #4680DD: hue angle of 216.95º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4680DD is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB70128221-
CMYK0.680.4200.13
HSL216.95º68.95%57.06%-
HSV(B)216.95º68.33%86.67%-
XYZ23.321.9671.42-
YUV121.26184.2891.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.71%
GREEN value IS 128 (50.39% from 255) = 30.55%
BLUE value IS 221 (86.72% from 255) = 52.74%
R=16.71%
G=30.55%
B=52.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal701282210.680.4200.13216.9568.9557.06
Hex4680DD442A0Dd94539
Octal1062003351045201533110571
Binary10001101000000011011101100010010101001101110110011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4680DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4680DD; }

 p { color: rgb(70,128,221); }

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

<style>
 a { background-color: #4680DD; }

 a { background-color: rgb(70,128,221); }

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

<style>
 span { border-color: #4680DD; }

 span { border-color: rgb(70,128,221); }

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