#4C69EC

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

Shades of Royal Blue #4C69EC

Tints of Royal Blue #4C69EC

Color information

#4C69EC (or 0x4C69EC) is unknown color: approx Royal Blue. HEX triplet: 4C, 69 and EC. RGB value is (76,105,236). Sum of RGB (Red+Green+Blue) = 76+105+236=417 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.23% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #4C69EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C69EC is #B39613. Grayscale: #6E6E6E. Windows color (decimal): -11769364 or 15493452. OLE color: 15493452.

HSL color Cylindrical-coordinate representation of color #4C69EC: hue angle of 229.12º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C69EC is Cyan = 0.68, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB76105236-
CMYK0.680.5600.07
HSL229.12º80.81%61.18%-
HSV(B)229.12º67.8%92.55%-
XYZ23.1717.781.55-
YUV111.26198.39102.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.23%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 236 (92.58% from 255) = 56.59%
R=18.23%
G=25.18%
B=56.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal761052360.680.5600.07229.1280.8161.18
Hex4C69EC443807e5513d
Octal114151354104700734512175
Binary100110011010011110110010001001110000111111001011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C69EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,105,236); }

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

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

 a { background-color: rgb(76,105,236); }

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

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

 span { border-color: rgb(76,105,236); }

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