#466BCA

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

Shades of Royal Blue #466BCA

Tints of Royal Blue #466BCA

Color information

#466BCA (or 0x466BCA) is unknown color: approx Royal Blue. HEX triplet: 46, 6B and CA. RGB value is (70,107,202). Sum of RGB (Red+Green+Blue) = 70+107+202=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 202 (79.30% from 255 or 53.30% from 379); Max value from RGB is 202 - color contains mainly: blue. Hex color #466BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466BCA is #B99435. Grayscale: #6A6A6A. Windows color (decimal): -12162102 or 13265734. OLE color: 13265734.

HSL color Cylindrical-coordinate representation of color #466BCA: hue angle of 223.18º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #466BCA is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB70107202-
CMYK0.650.4700.21
HSL223.18º55.46%53.33%-
HSV(B)223.18º65.35%79.22%-
XYZ18.4416.0858.01-
YUV106.77181.74101.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.47%
GREEN value IS 107 (42.19% from 255) = 28.23%
BLUE value IS 202 (79.30% from 255) = 53.30%
R=18.47%
G=28.23%
B=53.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal701072020.650.4700.21223.1855.4653.33
Hex466BCA412F015df3735
Octal106153312101570253376765
Binary1000110110101111001010100000110111101010111011111110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #466BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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