Html Css Color HEX #467AF3 Royal Blue

📋 copy color: '#467AF3'

red 70 ◦ green 122 ◦ blue 243

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

Shades of Royal Blue #467AF3

Tints of Royal Blue #467AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 55.86%

R = 16.09%
G = 28.05%
B = 55.86%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#467AF3 (or 0x467AF3) is known color: Royal Blue. HEX triplet: 46, 7A and F3. RGB value is (70,122,243). Sum of RGB (Red+Green+Blue) = 70+122+243=435 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.09% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 243 (95.31% from 255 or 55.86% from 435); Max value from RGB is 243 - color contains mainly: blue. Hex color #467AF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467AF3 is #B9850C. Grayscale: #777777. Windows color (decimal): -12158221 or 15956550. OLE color: 15956550.

HSL color Cylindrical-coordinate representation of color #467AF3: hue angle of 221.97º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #467AF3 is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 70 122 243 -
CMYK 0.71 0.50 0 0.05
HSL 221.97º 0.88% 0.61% -
HSV(B) 221.97º 0.71% 0.95% -
XYZ 25.66 21.69 87.63 -
YUV 120.25 197.27 92.16 -
System Red Green Blue C M Y K H S L
Decimal 70 122 243 0.71 0.50 0 0.05 221.97 0.88 0.61
Hex 46 7A F3 47 32 0 5 DE 58 3D
Octal 106 172 363 107 62 0 5 336 130 75
Binary 1000110 1111010 11110011 1000111 110010 0 101 11011110 1011000 111101

Color Harmonies of #467AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467AF3

Black with #467AF3

Text Example


Text Example

White with #467AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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