Html Css Color HEX #466CCA Royal Blue

📋 copy color: '#466CCA'

red 70 ◦ green 108 ◦ blue 202

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

Shades of Royal Blue #466CCA

Tints of Royal Blue #466CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 53.16%

R = 18.42%
G = 28.42%
B = 53.16%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#466CCA (or 0x466CCA) is known color: Royal Blue. HEX triplet: 46, 6C and CA. RGB value is (70,108,202). Sum of RGB (Red+Green+Blue) = 70+108+202=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #466CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CCA is #B99335. Grayscale: #6A6A6A. Windows color (decimal): -12161846 or 13265990. OLE color: 13265990.

HSL color Cylindrical-coordinate representation of color #466CCA: hue angle of 222.73º 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 #466CCA is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 108 202 -
CMYK 0.65 0.47 0 0.21
HSL 222.73º 0.55% 0.53% -
HSV(B) 222.73º 0.65% 0.79% -
XYZ 18.55 16.29 58.04 -
YUV 107.35 181.41 101.36 -
System Red Green Blue C M Y K H S L
Decimal 70 108 202 0.65 0.47 0 0.21 222.73 0.55 0.53
Hex 46 6C CA 41 2F 0 15 DF 37 35
Octal 106 154 312 101 57 0 25 337 67 65
Binary 1000110 1101100 11001010 1000001 101111 0 10101 11011111 110111 110101

Color Harmonies of #466CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CCA

Black with #466CCA

Text Example


Text Example

White with #466CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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