Html Css Color HEX #466FDA Royal Blue

📋 copy color: '#466FDA'

red 70 ◦ green 111 ◦ blue 218

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

Shades of Royal Blue #466FDA

Tints of Royal Blue #466FDA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.82%

 BLUE value IS 218 (85.55% from 255) = 54.64%

R = 17.54%
G = 27.82%
B = 54.64%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#466FDA (or 0x466FDA) is known color: Royal Blue. HEX triplet: 46, 6F and DA. RGB value is (70,111,218). Sum of RGB (Red+Green+Blue) = 70+111+218=399 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.54% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #466FDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466FDA is #B99025. Grayscale: #6E6E6E. Windows color (decimal): -12161062 or 14315334. OLE color: 14315334.

HSL color Cylindrical-coordinate representation of color #466FDA: hue angle of 223.38º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #466FDA is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 70 111 218 -
CMYK 0.68 0.49 0 0.15
HSL 223.38º 0.67% 0.56% -
HSV(B) 223.38º 0.68% 0.85% -
XYZ 20.87 17.73 68.65 -
YUV 110.94 188.42 98.8 -
System Red Green Blue C M Y K H S L
Decimal 70 111 218 0.68 0.49 0 0.15 223.38 0.67 0.56
Hex 46 6F DA 44 31 0 F DF 43 38
Octal 106 157 332 104 61 0 17 337 103 70
Binary 1000110 1101111 11011010 1000100 110001 0 1111 11011111 1000011 111000

Color Harmonies of #466FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466FDA

Black with #466FDA

Text Example


Text Example

White with #466FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,111,218); }

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

background-color css

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

 a { background-color: rgb(70,111,218); }

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

border-color css

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

 span { border-color: rgb(70,111,218); }

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