#4770CC

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

Shades of Royal Blue #4770CC

Tints of Royal Blue #4770CC

Color information

#4770CC (or 0x4770CC) is unknown color: approx Royal Blue. HEX triplet: 47, 70 and CC. RGB value is (71,112,204). Sum of RGB (Red+Green+Blue) = 71+112+204=387 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.35% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #4770CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4770CC is #B88F33. Grayscale: #6D6D6D. Windows color (decimal): -12095284 or 13398087. OLE color: 13398087.

HSL color Cylindrical-coordinate representation of color #4770CC: hue angle of 221.5º 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 #4770CC is Cyan = 0.65, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB71112204-
CMYK0.650.4500.2
HSL221.5º56.6%53.92%-
HSV(B)221.5º65.2%80%-
XYZ19.2917.2959.45-
YUV110.23180.92100.02-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.35%
GREEN value IS 112 (44.14% from 255) = 28.94%
BLUE value IS 204 (80.08% from 255) = 52.71%
R=18.35%
G=28.94%
B=52.71%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal711122040.650.4500.2221.556.653.92
Hex4770CC412D014de3936
Octal107160314101550243367166
Binary1000111111000011001100100000110110101010011011110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4770CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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