#4771CD

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

Shades of Royal Blue #4771CD

Tints of Royal Blue #4771CD

Color information

#4771CD (or 0x4771CD) is unknown color: approx Royal Blue. HEX triplet: 47, 71 and CD. RGB value is (71,113,205). Sum of RGB (Red+Green+Blue) = 71+113+205=389 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.25% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 205 (80.47% from 255 or 52.70% from 389); Max value from RGB is 205 - color contains mainly: blue. Hex color #4771CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4771CD is #B88E32. Grayscale: #6E6E6E. Windows color (decimal): -12095027 or 13463879. OLE color: 13463879.

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

Color convert

RGB71113205-
CMYK0.650.4500.20
HSL221.19º57.26%54.12%-
HSV(B)221.19º65.37%80.39%-
XYZ19.5217.5660.12-
YUV110.93181.0999.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.25%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 205 (80.47% from 255) = 52.70%
R=18.25%
G=29.05%
B=52.70%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal711132050.650.4500.20221.1957.2654.12
Hex4771CD412D014dd3936
Octal107161315101550243357166
Binary1000111111000111001101100000110110101010011011101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4771CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4771CD; }

 p { color: rgb(71,113,205); }

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

<style>
 a { background-color: #4771CD; }

 a { background-color: rgb(71,113,205); }

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

<style>
 span { border-color: #4771CD; }

 span { border-color: rgb(71,113,205); }

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