Html Css Color HEX #4673FC Royal Blue

📋 copy color: '#4673FC'

red 70 ◦ green 115 ◦ blue 252

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

Shades of Royal Blue #4673FC

Tints of Royal Blue #4673FC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.32%

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

R = 16.02%
G = 26.32%
B = 57.67%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4673FC (or 0x4673FC) is known color: Royal Blue. HEX triplet: 46, 73 and FC. RGB value is (70,115,252). Sum of RGB (Red+Green+Blue) = 70+115+252=437 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.02% from 437); Green value is 115 (45.31% from 255 or 26.32% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #4673FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4673FC is #B98C03. Grayscale: #747474. Windows color (decimal): -12160004 or 16544582. OLE color: 16544582.

HSL color Cylindrical-coordinate representation of color #4673FC: hue angle of 225.16º 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 #4673FC is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 115 252 -
CMYK 0.72 0.54 0 0.01
HSL 225.16º 0.97% 0.63% -
HSV(B) 225.16º 0.72% 0.99% -
XYZ 26.23 20.59 94.69 -
YUV 117.16 204.09 94.36 -
System Red Green Blue C M Y K H S L
Decimal 70 115 252 0.72 0.54 0 0.01 225.16 0.97 0.63
Hex 46 73 FC 48 36 0 1 E1 61 3F
Octal 106 163 374 110 66 0 1 341 141 77
Binary 1000110 1110011 11111100 1001000 110110 0 1 11100001 1100001 111111

Color Harmonies of #4673FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4673FC

Black with #4673FC

Text Example


Text Example

White with #4673FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4673FC; }

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

 H1.HeaderClassName
 {
   color: #4673FC;
 }
 .AnyTagClassName
 {
   color: #4673FC;
 }
</style>

background-color css

<style>
 a { background-color: #4673FC; }

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

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

border-color css

<style>
 span { border-color: #4673FC; }

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

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