#4070CC

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

Shades of Royal Blue #4070CC

Tints of Royal Blue #4070CC

Color information

#4070CC (or 0x4070CC) is unknown color: approx Royal Blue. HEX triplet: 40, 70 and CC. RGB value is (64,112,204). Sum of RGB (Red+Green+Blue) = 64+112+204=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #4070CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4070CC is #BF8F33. Grayscale: #6B6B6B. Windows color (decimal): -12554036 or 13398080. OLE color: 13398080.

HSL color Cylindrical-coordinate representation of color #4070CC: hue angle of 219.43º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4070CC is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB64112204-
CMYK0.690.4500.2
HSL219.43º57.85%52.55%-
HSV(B)219.43º68.63%80%-
XYZ18.8117.0459.42-
YUV108.14182.196.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.84%
GREEN value IS 112 (44.14% from 255) = 29.47%
BLUE value IS 204 (80.08% from 255) = 53.68%
R=16.84%
G=29.47%
B=53.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal641122040.690.4500.2219.4357.8552.55
Hex4070CC452D014db3a35
Octal100160314105550243337265
Binary1000000111000011001100100010110110101010011011011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4070CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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