Html Css Color HEX #467AFF Royal Blue

📋 copy color: '#467AFF'

red 70 ◦ green 122 ◦ blue 255

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

Shades of Royal Blue #467AFF

Tints of Royal Blue #467AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.29%

 BLUE value IS 255 (100% from 255) = 57.05%

R = 15.66%
G = 27.29%
B = 57.05%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#467AFF (or 0x467AFF) is known color: Royal Blue. HEX triplet: 46, 7A and FF. RGB value is (70,122,255). Sum of RGB (Red+Green+Blue) = 70+122+255=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #467AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467AFF is #B98500. Grayscale: #797979. Windows color (decimal): -12158209 or 16742982. OLE color: 16742982.

HSL color Cylindrical-coordinate representation of color #467AFF: hue angle of 223.14º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #467AFF is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 122 255 -
CMYK 0.73 0.52 0 0
HSL 223.14º 1% 0.64% -
HSV(B) 223.14º 0.73% 1% -
XYZ 27.54 22.44 97.49 -
YUV 121.61 203.27 91.19 -
System Red Green Blue C M Y K H S L
Decimal 70 122 255 0.73 0.52 0 0 223.14 1 0.64
Hex 46 7A FF 49 34 0 0 DF 64 40
Octal 106 172 377 111 64 0 0 337 144 100
Binary 1000110 1111010 11111111 1001001 110100 0 0 11011111 1100100 1000000

Color Harmonies of #467AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467AFF

Black with #467AFF

Text Example


Text Example

White with #467AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467AFF; }

 p { color: rgb(70,122,255); }

 H1.HeaderClassName
 {
   color: #467AFF;
 }
 .AnyTagClassName
 {
   color: #467AFF;
 }
</style>

background-color css

<style>
 a { background-color: #467AFF; }

 a { background-color: rgb(70,122,255); }

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

border-color css

<style>
 span { border-color: #467AFF; }

 span { border-color: rgb(70,122,255); }

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