#4670CF

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

Shades of Royal Blue #4670CF

Tints of Royal Blue #4670CF

Color information

#4670CF (or 0x4670CF) is unknown color: approx Royal Blue. HEX triplet: 46, 70 and CF. RGB value is (70,112,207). Sum of RGB (Red+Green+Blue) = 70+112+207=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #4670CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4670CF is #B98F30. Grayscale: #6D6D6D. Windows color (decimal): -12160817 or 13594694. OLE color: 13594694.

HSL color Cylindrical-coordinate representation of color #4670CF: hue angle of 221.61º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4670CF is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB70112207-
CMYK0.660.4600.19
HSL221.61º58.8%54.31%-
HSV(B)221.61º66.18%81.18%-
XYZ19.5817.461.36-
YUV110.27182.5999.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.99%
GREEN value IS 112 (44.14% from 255) = 28.79%
BLUE value IS 207 (81.25% from 255) = 53.21%
R=17.99%
G=28.79%
B=53.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal701122070.660.4600.19221.6158.854.31
Hex4670CF422E013de3b36
Octal106160317102560233367366
Binary1000110111000011001111100001010111001001111011110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4670CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,112,207); }

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

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

 a { background-color: rgb(70,112,207); }

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

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

 span { border-color: rgb(70,112,207); }

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