#4074CB

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

Shades of Royal Blue #4074CB

Tints of Royal Blue #4074CB

Color information

#4074CB (or 0x4074CB) is unknown color: approx Royal Blue. HEX triplet: 40, 74 and CB. RGB value is (64,116,203). Sum of RGB (Red+Green+Blue) = 64+116+203=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #4074CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4074CB is #BF8B34. Grayscale: #6D6D6D. Windows color (decimal): -12553013 or 13333568. OLE color: 13333568.

HSL color Cylindrical-coordinate representation of color #4074CB: hue angle of 217.55º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4074CB is Cyan = 0.68, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB64116203-
CMYK0.680.4300.20
HSL217.55º57.2%52.35%-
HSV(B)217.55º68.47%79.61%-
XYZ19.1417.8958.94-
YUV110.37180.2794.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.71%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 203 (79.69% from 255) = 53.00%
R=16.71%
G=30.29%
B=53.00%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal641162030.680.4300.20217.5557.252.35
Hex4074CB442B014da3934
Octal100164313104530243327164
Binary1000000111010011001011100010010101101010011011010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4074CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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