#4174D0

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

Shades of Royal Blue #4174D0

Tints of Royal Blue #4174D0

Color information

#4174D0 (or 0x4174D0) is unknown color: approx Royal Blue. HEX triplet: 41, 74 and D0. RGB value is (65,116,208). Sum of RGB (Red+Green+Blue) = 65+116+208=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #4174D0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4174D0 is #BE8B2F. Grayscale: #6E6E6E. Windows color (decimal): -12487472 or 13661249. OLE color: 13661249.

HSL color Cylindrical-coordinate representation of color #4174D0: hue angle of 218.6º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4174D0 is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB65116208-
CMYK0.690.4400.18
HSL218.6º60.34%53.53%-
HSV(B)218.6º68.75%81.57%-
XYZ19.8118.1762.14-
YUV111.24182.695.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 16.71%
GREEN value IS 116 (45.70% from 255) = 29.82%
BLUE value IS 208 (81.64% from 255) = 53.47%
R=16.71%
G=29.82%
B=53.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal651162080.690.4400.18218.660.3453.53
Hex4174D0452C012db3c36
Octal101164320105540223337466
Binary1000001111010011010000100010110110001001011011011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4174D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4174D0; }

 p { color: rgb(65,116,208); }

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

<style>
 a { background-color: #4174D0; }

 a { background-color: rgb(65,116,208); }

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

<style>
 span { border-color: #4174D0; }

 span { border-color: rgb(65,116,208); }

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