#4C68DE

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

Shades of Royal Blue #4C68DE

Tints of Royal Blue #4C68DE

Color information

#4C68DE (or 0x4C68DE) is unknown color: approx Royal Blue. HEX triplet: 4C, 68 and DE. RGB value is (76,104,222). Sum of RGB (Red+Green+Blue) = 76+104+222=402 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.91% from 402); Green value is 104 (41.02% from 255 or 25.87% from 402); Blue value is 222 (87.11% from 255 or 55.22% from 402); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C68DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C68DE is #B39721. Grayscale: #6C6C6C. Windows color (decimal): -11769634 or 14575692. OLE color: 14575692.

HSL color Cylindrical-coordinate representation of color #4C68DE: hue angle of 228.49º degrees, saturation: 0.69, 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 #4C68DE is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB76104222-
CMYK0.660.5300.13
HSL228.49º68.87%58.43%-
HSV(B)228.49º65.77%87.06%-
XYZ21.1216.7171.22-
YUV109.08191.72104.41-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.91%
GREEN value IS 104 (41.02% from 255) = 25.87%
BLUE value IS 222 (87.11% from 255) = 55.22%
R=18.91%
G=25.87%
B=55.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761042220.660.5300.13228.4968.8758.43
Hex4C68DE42350De4453a
Octal1141503361026501534410572
Binary1001100110100011011110100001011010101101111001001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C68DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,104,222); }

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

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

 a { background-color: rgb(76,104,222); }

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

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

 span { border-color: rgb(76,104,222); }

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