#466BCC

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

Shades of Royal Blue #466BCC

Tints of Royal Blue #466BCC

Color information

#466BCC (or 0x466BCC) is unknown color: approx Royal Blue. HEX triplet: 46, 6B and CC. RGB value is (70,107,204). Sum of RGB (Red+Green+Blue) = 70+107+204=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #466BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466BCC is #B99433. Grayscale: #6A6A6A. Windows color (decimal): -12162100 or 13396806. OLE color: 13396806.

HSL color Cylindrical-coordinate representation of color #466BCC: hue angle of 223.43º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #466BCC is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB70107204-
CMYK0.660.4800.2
HSL223.43º56.78%53.73%-
HSV(B)223.43º65.69%80%-
XYZ18.6816.1859.26-
YUV107182.74101.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.37%
GREEN value IS 107 (42.19% from 255) = 28.08%
BLUE value IS 204 (80.08% from 255) = 53.54%
R=18.37%
G=28.08%
B=53.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal701072040.660.4800.2223.4356.7853.73
Hex466BCC4230014df3936
Octal106153314102600243377166
Binary1000110110101111001100100001011000001010011011111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,107,204); }

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

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

 a { background-color: rgb(70,107,204); }

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

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

 span { border-color: rgb(70,107,204); }

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