#4465D6

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

Shades of Royal Blue #4465D6

Tints of Royal Blue #4465D6

Color information

#4465D6 (or 0x4465D6) is unknown color: approx Royal Blue. HEX triplet: 44, 65 and D6. RGB value is (68,101,214). Sum of RGB (Red+Green+Blue) = 68+101+214=383 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.75% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 214 (83.98% from 255 or 55.87% from 383); Max value from RGB is 214 - color contains mainly: blue. Hex color #4465D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4465D6 is #BB9A29. Grayscale: #676767. Windows color (decimal): -12294698 or 14050628. OLE color: 14050628.

HSL color Cylindrical-coordinate representation of color #4465D6: hue angle of 226.44º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4465D6 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB68101214-
CMYK0.680.5300.16
HSL226.44º64.04%55.29%-
HSV(B)226.44º68.22%83.92%-
XYZ19.1815.3965.58-
YUV104.02190.07102.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.75%
GREEN value IS 101 (39.84% from 255) = 26.37%
BLUE value IS 214 (83.98% from 255) = 55.87%
R=17.75%
G=26.37%
B=55.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal681012140.680.5300.16226.4464.0455.29
Hex4465D64435010e24037
Octal1041453261046502034210067
Binary10001001100101110101101000100110101010000111000101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4465D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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