#4070CA

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

Shades of Royal Blue #4070CA

Tints of Royal Blue #4070CA

Color information

#4070CA (or 0x4070CA) is unknown color: approx Royal Blue. HEX triplet: 40, 70 and CA. RGB value is (64,112,202). Sum of RGB (Red+Green+Blue) = 64+112+202=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #4070CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4070CA is #BF8F35. Grayscale: #6B6B6B. Windows color (decimal): -12554038 or 13267008. OLE color: 13267008.

HSL color Cylindrical-coordinate representation of color #4070CA: hue angle of 219.13º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4070CA is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB64112202-
CMYK0.680.4500.21
HSL219.13º56.56%52.16%-
HSV(B)219.13º68.32%79.22%-
XYZ18.5716.9458.17-
YUV107.91181.196.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.93%
GREEN value IS 112 (44.14% from 255) = 29.63%
BLUE value IS 202 (79.30% from 255) = 53.44%
R=16.93%
G=29.63%
B=53.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal641122020.680.4500.21219.1356.5652.16
Hex4070CA442D015db3934
Octal100160312104550253337164
Binary1000000111000011001010100010010110101010111011011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4070CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4070CA; }

 p { color: rgb(64,112,202); }

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

<style>
 a { background-color: #4070CA; }

 a { background-color: rgb(64,112,202); }

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

<style>
 span { border-color: #4070CA; }

 span { border-color: rgb(64,112,202); }

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