Html Css Color HEX #466ECB Royal Blue

📋 copy color: '#466ECB'

red 70 ◦ green 110 ◦ blue 203

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

Shades of Royal Blue #466ECB

Tints of Royal Blue #466ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.72%

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

R = 18.28%
G = 28.72%
B = 53%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#466ECB (or 0x466ECB) is known color: Royal Blue. HEX triplet: 46, 6E and CB. RGB value is (70,110,203). Sum of RGB (Red+Green+Blue) = 70+110+203=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #466ECB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466ECB is #B99134. Grayscale: #6C6C6C. Windows color (decimal): -12161333 or 13332038. OLE color: 13332038.

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

Color convert

RGB 70 110 203 -
CMYK 0.66 0.46 0 0.20
HSL 221.95º 0.56% 0.54% -
HSV(B) 221.95º 0.66% 0.8% -
XYZ 18.88 16.77 58.74 -
YUV 108.64 181.25 100.44 -
System Red Green Blue C M Y K H S L
Decimal 70 110 203 0.66 0.46 0 0.20 221.95 0.56 0.54
Hex 46 6E CB 42 2E 0 14 DE 38 36
Octal 106 156 313 102 56 0 24 336 70 66
Binary 1000110 1101110 11001011 1000010 101110 0 10100 11011110 111000 110110

Color Harmonies of #466ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466ECB

Black with #466ECB

Text Example


Text Example

White with #466ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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