Html Css Color HEX #467AFC Royal Blue

📋 copy color: '#467AFC'

red 70 ◦ green 122 ◦ blue 252

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

Shades of Royal Blue #467AFC

Tints of Royal Blue #467AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 56.76%

R = 15.77%
G = 27.48%
B = 56.76%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#467AFC (or 0x467AFC) is known color: Royal Blue. HEX triplet: 46, 7A and FC. RGB value is (70,122,252). Sum of RGB (Red+Green+Blue) = 70+122+252=444 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.77% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #467AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #467AFC is #B98503. Grayscale: #787878. Windows color (decimal): -12158212 or 16546374. OLE color: 16546374.

HSL color Cylindrical-coordinate representation of color #467AFC: hue angle of 222.86º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #467AFC is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 122 252 -
CMYK 0.72 0.52 0 0.01
HSL 222.86º 0.97% 0.63% -
HSV(B) 222.86º 0.72% 0.99% -
XYZ 27.06 22.25 94.96 -
YUV 121.27 201.77 91.43 -
System Red Green Blue C M Y K H S L
Decimal 70 122 252 0.72 0.52 0 0.01 222.86 0.97 0.63
Hex 46 7A FC 48 34 0 1 DF 61 3F
Octal 106 172 374 110 64 0 1 337 141 77
Binary 1000110 1111010 11111100 1001000 110100 0 1 11011111 1100001 111111

Color Harmonies of #467AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467AFC

Black with #467AFC

Text Example


Text Example

White with #467AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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