#4A70CA

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

Shades of Royal Blue #4A70CA

Tints of Royal Blue #4A70CA

Color information

#4A70CA (or 0x4A70CA) is unknown color: approx Royal Blue. HEX triplet: 4A, 70 and CA. RGB value is (74,112,202). Sum of RGB (Red+Green+Blue) = 74+112+202=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #4A70CA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A70CA is #B58F35. Grayscale: #6E6E6E. Windows color (decimal): -11898678 or 13267018. OLE color: 13267018.

HSL color Cylindrical-coordinate representation of color #4A70CA: hue angle of 222.19º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A70CA is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB74112202-
CMYK0.630.4500.21
HSL222.19º54.7%54.12%-
HSV(B)222.19º63.37%79.22%-
XYZ19.2817.3158.2-
YUV110.9179.41101.68-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.07%
GREEN value IS 112 (44.14% from 255) = 28.87%
BLUE value IS 202 (79.30% from 255) = 52.06%
R=19.07%
G=28.87%
B=52.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal741122020.630.4500.21222.1954.754.12
Hex4A70CA3F2D015de3736
Octal11216031277550253366766
Binary100101011100001100101011111110110101010111011110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A70CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A70CA; }

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

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

<style>
 a { background-color: #4A70CA; }

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

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

<style>
 span { border-color: #4A70CA; }

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

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