#4774CC

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

Shades of Royal Blue #4774CC

Tints of Royal Blue #4774CC

Color information

#4774CC (or 0x4774CC) is unknown color: approx Royal Blue. HEX triplet: 47, 74 and CC. RGB value is (71,116,204). Sum of RGB (Red+Green+Blue) = 71+116+204=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #4774CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4774CC is #B88B33. Grayscale: #707070. Windows color (decimal): -12094260 or 13399111. OLE color: 13399111.

HSL color Cylindrical-coordinate representation of color #4774CC: hue angle of 219.7º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4774CC is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB71116204-
CMYK0.650.4300.2
HSL219.7º56.6%53.92%-
HSV(B)219.7º65.2%80%-
XYZ19.7418.1959.6-
YUV112.58179.5998.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.16%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 204 (80.08% from 255) = 52.17%
R=18.16%
G=29.67%
B=52.17%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal711162040.650.4300.2219.756.653.92
Hex4774CC412B014dc3936
Octal107164314101530243347166
Binary1000111111010011001100100000110101101010011011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4774CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4774CC; }

 p { color: rgb(71,116,204); }

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

<style>
 a { background-color: #4774CC; }

 a { background-color: rgb(71,116,204); }

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

<style>
 span { border-color: #4774CC; }

 span { border-color: rgb(71,116,204); }

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