#4c7afe

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

Shades of Royal Blue #4C7AFE

Tints of Royal Blue #4C7AFE

Color information

#4C7AFE (or 0x4C7AFE) is unknown color: approx Royal Blue. HEX triplet: 4C, 7A and FE. RGB value is (76,122,254). Sum of RGB (Red+Green+Blue) = 76+122+254=452 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.81% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #4C7AFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4C7AFE is #B38501. Grayscale: #7A7A7A. Windows color (decimal): -11764994 or 16677452. OLE color: 16677452.

HSL color Cylindrical-coordinate representation of color #4C7AFE: hue angle of 224.49º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4C7AFE is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB76122254-
CMYK0.700.5200.00
HSL224.49º98.89%64.71%-
HSV(B)224.49º70.08%99.61%-
XYZ27.8322.6196.66-
YUV123.29201.7694.27-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.81%
GREEN value IS 122 (48.05% from 255) = 26.99%
BLUE value IS 254 (99.61% from 255) = 56.19%
R=16.81%
G=26.99%
B=56.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal761222540.700.5200.00224.4998.8964.71
Hex4C7AFE463400e06341
Octal1141723761066400340143101
Binary10011001111010111111101000110110100001110000011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c7afe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,122,254); }

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

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

 a { background-color: rgb(76,122,254); }

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

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

 span { border-color: rgb(76,122,254); }

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