#4C65DD

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

Shades of Royal Blue #4C65DD

Tints of Royal Blue #4C65DD

Color information

#4C65DD (or 0x4C65DD) is unknown color: approx Royal Blue. HEX triplet: 4C, 65 and DD. RGB value is (76,101,221). Sum of RGB (Red+Green+Blue) = 76+101+221=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #4C65DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C65DD is #B39A22. Grayscale: #6A6A6A. Windows color (decimal): -11770403 or 14509388. OLE color: 14509388.

HSL color Cylindrical-coordinate representation of color #4C65DD: hue angle of 229.66º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C65DD is Cyan = 0.66, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB76101221-
CMYK0.660.5400.13
HSL229.66º68.08%58.24%-
HSV(B)229.66º65.61%86.67%-
XYZ20.6916.0670.42-
YUV107.2192.22105.74-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.10%
GREEN value IS 101 (39.84% from 255) = 25.38%
BLUE value IS 221 (86.72% from 255) = 55.53%
R=19.10%
G=25.38%
B=55.53%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761012210.660.5400.13229.6668.0858.24
Hex4C65DD42360De6443a
Octal1141453351026601534610472
Binary1001100110010111011101100001011011001101111001101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C65DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C65DD; }

 p { color: rgb(76,101,221); }

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

<style>
 a { background-color: #4C65DD; }

 a { background-color: rgb(76,101,221); }

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

<style>
 span { border-color: #4C65DD; }

 span { border-color: rgb(76,101,221); }

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