#4671CF

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

Shades of Royal Blue #4671CF

Tints of Royal Blue #4671CF

Color information

#4671CF (or 0x4671CF) is unknown color: approx Royal Blue. HEX triplet: 46, 71 and CF. RGB value is (70,113,207). Sum of RGB (Red+Green+Blue) = 70+113+207=390 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.95% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #4671CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4671CF is #B98E30. Grayscale: #6E6E6E. Windows color (decimal): -12160561 or 13594950. OLE color: 13594950.

HSL color Cylindrical-coordinate representation of color #4671CF: hue angle of 221.17º 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 #4671CF is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB70113207-
CMYK0.660.4500.19
HSL221.17º58.8%54.31%-
HSV(B)221.17º66.18%81.18%-
XYZ19.6917.6261.39-
YUV110.86182.2598.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.95%
GREEN value IS 113 (44.53% from 255) = 28.97%
BLUE value IS 207 (81.25% from 255) = 53.08%
R=17.95%
G=28.97%
B=53.08%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal701132070.660.4500.19221.1758.854.31
Hex4671CF422D013dd3b36
Octal106161317102550233357366
Binary1000110111000111001111100001010110101001111011101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4671CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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