Html Css Color HEX #466CCD Royal Blue

📋 copy color: '#466CCD'

red 70 ◦ green 108 ◦ blue 205

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

Shades of Royal Blue #466CCD

Tints of Royal Blue #466CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.52%

R = 18.28%
G = 28.2%
B = 53.52%

CMYK

 C value IS 0.66

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#466CCD (or 0x466CCD) is known color: Royal Blue. HEX triplet: 46, 6C and CD. RGB value is (70,108,205). Sum of RGB (Red+Green+Blue) = 70+108+205=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 205 (80.47% from 255 or 53.52% from 383); Max value from RGB is 205 - color contains mainly: blue. Hex color #466CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466CCD is #B99332. Grayscale: #6B6B6B. Windows color (decimal): -12161843 or 13462598. OLE color: 13462598.

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

Color convert

RGB 70 108 205 -
CMYK 0.66 0.47 0 0.20
HSL 223.11º 0.57% 0.54% -
HSV(B) 223.11º 0.66% 0.8% -
XYZ 18.91 16.43 59.93 -
YUV 107.7 182.91 101.11 -
System Red Green Blue C M Y K H S L
Decimal 70 108 205 0.66 0.47 0 0.20 223.11 0.57 0.54
Hex 46 6C CD 42 2F 0 14 DF 39 36
Octal 106 154 315 102 57 0 24 337 71 66
Binary 1000110 1101100 11001101 1000010 101111 0 10100 11011111 111001 110110

Color Harmonies of #466CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466CCD

Black with #466CCD

Text Example


Text Example

White with #466CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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