#466ACF

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

Shades of Royal Blue #466ACF

Tints of Royal Blue #466ACF

Color information

#466ACF (or 0x466ACF) is unknown color: approx Royal Blue. HEX triplet: 46, 6A and CF. RGB value is (70,106,207). Sum of RGB (Red+Green+Blue) = 70+106+207=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #466ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466ACF is #B99530. Grayscale: #6A6A6A. Windows color (decimal): -12162353 or 13593158. OLE color: 13593158.

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

Color convert

RGB70106207-
CMYK0.660.4900.19
HSL224.23º58.8%54.31%-
HSV(B)224.23º66.18%81.18%-
XYZ18.9416.1261.14-
YUV106.75184.57101.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.28%
GREEN value IS 106 (41.80% from 255) = 27.68%
BLUE value IS 207 (81.25% from 255) = 54.05%
R=18.28%
G=27.68%
B=54.05%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal701062070.660.4900.19224.2358.854.31
Hex466ACF4231013e03b36
Octal106152317102610233407366
Binary1000110110101011001111100001011000101001111100000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #466ACF; }

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

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

<style>
 a { background-color: #466ACF; }

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

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

<style>
 span { border-color: #466ACF; }

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

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