#4455DE

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

Shades of Royal Blue #4455DE

Tints of Royal Blue #4455DE

Color information

#4455DE (or 0x4455DE) is unknown color: approx Royal Blue. HEX triplet: 44, 55 and DE. RGB value is (68,85,222). Sum of RGB (Red+Green+Blue) = 68+85+222=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #4455DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4455DE is #BBAA21. Grayscale: #5E5E5E. Windows color (decimal): -12298786 or 14570820. OLE color: 14570820.

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

Color convert

RGB6885222-
CMYK0.690.6200.13
HSL233.38º70%56.86%-
HSV(B)233.38º69.37%87.06%-
XYZ18.821370.62-
YUV95.54199.37108.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.13%
GREEN value IS 85 (33.59% from 255) = 22.67%
BLUE value IS 222 (87.11% from 255) = 59.2%
R=18.13%
G=22.67%
B=59.2%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal68852220.690.6200.13233.387056.86
Hex4455DE453E0De94639
Octal1041253361057601535110671
Binary1000100101010111011110100010111111001101111010011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4455DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4455DE; }

 p { color: rgb(68,85,222); }

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

<style>
 a { background-color: #4455DE; }

 a { background-color: rgb(68,85,222); }

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

<style>
 span { border-color: #4455DE; }

 span { border-color: rgb(68,85,222); }

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