Html Css Color HEX #466CCE Royal Blue

📋 copy color: '#466CCE'

red 70 ◦ green 108 ◦ blue 206

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

Shades of Royal Blue #466CCE

Tints of Royal Blue #466CCE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.13%

 BLUE value IS 206 (80.86% from 255) = 53.65%

R = 18.23%
G = 28.13%
B = 53.65%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#466CCE (or 0x466CCE) is known color: Royal Blue. HEX triplet: 46, 6C and CE. RGB value is (70,108,206). Sum of RGB (Red+Green+Blue) = 70+108+206=384 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.23% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #466CCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CCE is #B99331. Grayscale: #6B6B6B. Windows color (decimal): -12161842 or 13528134. OLE color: 13528134.

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

Color convert

RGB 70 108 206 -
CMYK 0.66 0.48 0 0.19
HSL 223.24º 0.58% 0.54% -
HSV(B) 223.24º 0.66% 0.81% -
XYZ 19.03 16.48 60.57 -
YUV 107.81 183.41 101.03 -
System Red Green Blue C M Y K H S L
Decimal 70 108 206 0.66 0.48 0 0.19 223.24 0.58 0.54
Hex 46 6C CE 42 30 0 13 DF 3A 36
Octal 106 154 316 102 60 0 23 337 72 66
Binary 1000110 1101100 11001110 1000010 110000 0 10011 11011111 111010 110110

Color Harmonies of #466CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CCE

Black with #466CCE

Text Example


Text Example

White with #466CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,108,206); }

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

background-color css

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

 a { background-color: rgb(70,108,206); }

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

border-color css

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

 span { border-color: rgb(70,108,206); }

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