#4074CF

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

Shades of Royal Blue #4074CF

Tints of Royal Blue #4074CF

Color information

#4074CF (or 0x4074CF) is unknown color: approx Royal Blue. HEX triplet: 40, 74 and CF. RGB value is (64,116,207). Sum of RGB (Red+Green+Blue) = 64+116+207=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 207 (81.25% from 255 or 53.49% from 387); Max value from RGB is 207 - color contains mainly: blue. Hex color #4074CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4074CF is #BF8B30. Grayscale: #6E6E6E. Windows color (decimal): -12553009 or 13595712. OLE color: 13595712.

HSL color Cylindrical-coordinate representation of color #4074CF: hue angle of 218.18º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4074CF is Cyan = 0.69, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB64116207-
CMYK0.690.4400.19
HSL218.18º59.83%53.14%-
HSV(B)218.18º69.08%81.18%-
XYZ19.6218.0961.49-
YUV110.83182.2794.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.54%
GREEN value IS 116 (45.70% from 255) = 29.97%
BLUE value IS 207 (81.25% from 255) = 53.49%
R=16.54%
G=29.97%
B=53.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal641162070.690.4400.19218.1859.8353.14
Hex4074CF452C013da3c35
Octal100164317105540233327465
Binary1000000111010011001111100010110110001001111011010111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4074CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4074CF; }

 p { color: rgb(64,116,207); }

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

<style>
 a { background-color: #4074CF; }

 a { background-color: rgb(64,116,207); }

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

<style>
 span { border-color: #4074CF; }

 span { border-color: rgb(64,116,207); }

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