#4568CD

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

Shades of Royal Blue #4568CD

Tints of Royal Blue #4568CD

Color information

#4568CD (or 0x4568CD) is unknown color: approx Royal Blue. HEX triplet: 45, 68 and CD. RGB value is (69,104,205). Sum of RGB (Red+Green+Blue) = 69+104+205=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #4568CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4568CD is #BA9732. Grayscale: #686868. Windows color (decimal): -12228403 or 13461573. OLE color: 13461573.

HSL color Cylindrical-coordinate representation of color #4568CD: hue angle of 224.56º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4568CD is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB69104205-
CMYK0.660.4900.20
HSL224.56º57.63%53.73%-
HSV(B)224.56º66.34%80.39%-
XYZ18.4215.5759.79-
YUV105.05184.4102.29-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 18.25%
GREEN value IS 104 (41.02% from 255) = 27.51%
BLUE value IS 205 (80.47% from 255) = 54.23%
R=18.25%
G=27.51%
B=54.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal691042050.660.4900.20224.5657.6353.73
Hex4568CD4231014e13a36
Octal105150315102610243417266
Binary1000101110100011001101100001011000101010011100001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4568CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4568CD; }

 p { color: rgb(69,104,205); }

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

<style>
 a { background-color: #4568CD; }

 a { background-color: rgb(69,104,205); }

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

<style>
 span { border-color: #4568CD; }

 span { border-color: rgb(69,104,205); }

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