#4465D0

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

Shades of Royal Blue #4465D0

Tints of Royal Blue #4465D0

Color information

#4465D0 (or 0x4465D0) is unknown color: approx Royal Blue. HEX triplet: 44, 65 and D0. RGB value is (68,101,208). Sum of RGB (Red+Green+Blue) = 68+101+208=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 101 (39.84% from 255 or 26.79% from 377); Blue value is 208 (81.64% from 255 or 55.17% from 377); Max value from RGB is 208 - color contains mainly: blue. Hex color #4465D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4465D0 is #BB9A2F. Grayscale: #666666. Windows color (decimal): -12294704 or 13657412. OLE color: 13657412.

HSL color Cylindrical-coordinate representation of color #4465D0: hue angle of 225.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4465D0 is Cyan = 0.67, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB68101208-
CMYK0.670.5100.18
HSL225.86º59.83%54.12%-
HSV(B)225.86º67.31%81.57%-
XYZ18.4215.0961.62-
YUV103.33187.07102.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.04%
GREEN value IS 101 (39.84% from 255) = 26.79%
BLUE value IS 208 (81.64% from 255) = 55.17%
R=18.04%
G=26.79%
B=55.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal681012080.670.5100.18225.8659.8354.12
Hex4465D04333012e23c36
Octal104145320103630223427466
Binary1000100110010111010000100001111001101001011100010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4465D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4465D0; }

 p { color: rgb(68,101,208); }

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

<style>
 a { background-color: #4465D0; }

 a { background-color: rgb(68,101,208); }

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

<style>
 span { border-color: #4465D0; }

 span { border-color: rgb(68,101,208); }

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