#4C7DDE

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

Shades of Royal Blue #4C7DDE

Tints of Royal Blue #4C7DDE

Color information

#4C7DDE (or 0x4C7DDE) is unknown color: approx Royal Blue. HEX triplet: 4C, 7D and DE. RGB value is (76,125,222). Sum of RGB (Red+Green+Blue) = 76+125+222=423 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.97% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 222 (87.11% from 255 or 52.48% from 423); Max value from RGB is 222 - color contains mainly: blue. Hex color #4C7DDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C7DDE is #B38221. Grayscale: #787878. Windows color (decimal): -11764258 or 14581068. OLE color: 14581068.

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

Color convert

RGB76125222-
CMYK0.660.4400.13
HSL219.86º68.87%58.43%-
HSV(B)219.86º65.77%87.06%-
XYZ23.521.4872.01-
YUV121.41184.7795.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.97%
GREEN value IS 125 (49.22% from 255) = 29.55%
BLUE value IS 222 (87.11% from 255) = 52.48%
R=17.97%
G=29.55%
B=52.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal761252220.660.4400.13219.8668.8758.43
Hex4C7DDE422C0Ddc453a
Octal1141753361025401533410572
Binary1001100111110111011110100001010110001101110111001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C7DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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