Html Css Color HEX #466ACF Royal Blue

📋 copy color: '#466ACF'

red 70 ◦ green 106 ◦ blue 207

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

Shades of Royal Blue #466ACF

Tints of Royal Blue #466ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.68%

 BLUE value IS 207 (81.25% from 255) = 54.05%

R = 18.28%
G = 27.68%
B = 54.05%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#466ACF (or 0x466ACF) is known color: Royal Blue. HEX triplet: 46, 6A and CF. RGB value is (70,106,207). Sum of RGB (Red+Green+Blue) = 70+106+207=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #466ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #466ACF is #B99530. Grayscale: #6A6A6A. Windows color (decimal): -12162353 or 13593158. OLE color: 13593158.

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

Color convert

RGB 70 106 207 -
CMYK 0.66 0.49 0 0.19
HSL 224.23º 0.59% 0.54% -
HSV(B) 224.23º 0.66% 0.81% -
XYZ 18.94 16.12 61.14 -
YUV 106.75 184.57 101.79 -
System Red Green Blue C M Y K H S L
Decimal 70 106 207 0.66 0.49 0 0.19 224.23 0.59 0.54
Hex 46 6A CF 42 31 0 13 E0 3B 36
Octal 106 152 317 102 61 0 23 340 73 66
Binary 1000110 1101010 11001111 1000010 110001 0 10011 11100000 111011 110110

Color Harmonies of #466ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466ACF

Black with #466ACF

Text Example


Text Example

White with #466ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,106,207); }

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

background-color css

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

 a { background-color: rgb(70,106,207); }

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

border-color css

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

 span { border-color: rgb(70,106,207); }

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