Html Css Color HEX #466ACB Royal Blue

📋 copy color: '#466ACB'

red 70 ◦ green 106 ◦ blue 203

#466ACB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #466ACB

Tints of Royal Blue #466ACB

RGB

 RED value IS 70 (27.73% from 255) = 18.47%

 GREEN value IS 106 (41.8% from 255) = 27.97%

 BLUE value IS 203 (79.69% from 255) = 53.56%

R = 18.47%
G = 27.97%
B = 53.56%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#466ACB (or 0x466ACB) is known color: Royal Blue. HEX triplet: 46, 6A and CB. RGB value is (70,106,203). Sum of RGB (Red+Green+Blue) = 70+106+203=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #466ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466ACB is #B99534. Grayscale: #696969. Windows color (decimal): -12162357 or 13331014. OLE color: 13331014.

HSL color Cylindrical-coordinate representation of color #466ACB: hue angle of 223.76º degrees, saturation: 0.56, 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 #466ACB is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 106 203 -
CMYK 0.66 0.48 0 0.20
HSL 223.76º 0.56% 0.54% -
HSV(B) 223.76º 0.66% 0.8% -
XYZ 18.46 15.92 58.6 -
YUV 106.29 182.57 102.11 -
System Red Green Blue C M Y K H S L
Decimal 70 106 203 0.66 0.48 0 0.20 223.76 0.56 0.54
Hex 46 6A CB 42 30 0 14 E0 38 36
Octal 106 152 313 102 60 0 24 340 70 66
Binary 1000110 1101010 11001011 1000010 110000 0 10100 11100000 111000 110110

Color Harmonies of #466ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466ACB

Black with #466ACB

Text Example


Text Example

White with #466ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #466ACB;
 }
 .AnyTagClassName
 {
   color: #466ACB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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