Html Css Color HEX #466FFB Royal Blue

📋 copy color: '#466FFB'

red 70 ◦ green 111 ◦ blue 251

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

Shades of Royal Blue #466FFB

Tints of Royal Blue #466FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 58.1%

R = 16.2%
G = 25.69%
B = 58.1%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#466FFB (or 0x466FFB) is known color: Royal Blue. HEX triplet: 46, 6F and FB. RGB value is (70,111,251). Sum of RGB (Red+Green+Blue) = 70+111+251=432 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.20% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 251 (98.44% from 255 or 58.10% from 432); Max value from RGB is 251 - color contains mainly: blue. Hex color #466FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #466FFB is #B99004. Grayscale: #727272. Windows color (decimal): -12161029 or 16478022. OLE color: 16478022.

HSL color Cylindrical-coordinate representation of color #466FFB: hue angle of 226.41º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #466FFB is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 111 251 -
CMYK 0.72 0.56 0 0.02
HSL 226.41º 0.96% 0.63% -
HSV(B) 226.41º 0.72% 0.98% -
XYZ 25.62 19.64 93.71 -
YUV 114.7 204.92 96.12 -
System Red Green Blue C M Y K H S L
Decimal 70 111 251 0.72 0.56 0 0.02 226.41 0.96 0.63
Hex 46 6F FB 48 38 0 2 E2 60 3F
Octal 106 157 373 110 70 0 2 342 140 77
Binary 1000110 1101111 11111011 1001000 111000 0 10 11100010 1100000 111111

Color Harmonies of #466FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #466FFB

Black with #466FFB

Text Example


Text Example

White with #466FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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