Html Css Color HEX #4470FC Royal Blue

📋 copy color: '#4470FC'

red 68 ◦ green 112 ◦ blue 252

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

Shades of Royal Blue #4470FC

Tints of Royal Blue #4470FC

RGB

 RED value IS 68 (26.95% from 255) = 15.74%

 GREEN value IS 112 (44.14% from 255) = 25.93%

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

R = 15.74%
G = 25.93%
B = 58.33%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4470FC (or 0x4470FC) is known color: Royal Blue. HEX triplet: 44, 70 and FC. RGB value is (68,112,252). Sum of RGB (Red+Green+Blue) = 68+112+252=432 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.74% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #4470FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4470FC is #BB8F03. Grayscale: #727272. Windows color (decimal): -12291844 or 16543812. OLE color: 16543812.

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

Color convert

RGB 68 112 252 -
CMYK 0.73 0.56 0 0.01
HSL 225.65º 0.97% 0.63% -
HSV(B) 225.65º 0.73% 0.99% -
XYZ 25.75 19.85 94.57 -
YUV 114.8 205.42 94.62 -
System Red Green Blue C M Y K H S L
Decimal 68 112 252 0.73 0.56 0 0.01 225.65 0.97 0.63
Hex 44 70 FC 49 38 0 1 E2 61 3F
Octal 104 160 374 111 70 0 1 342 141 77
Binary 1000100 1110000 11111100 1001001 111000 0 1 11100010 1100001 111111

Color Harmonies of #4470FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4470FC

Black with #4470FC

Text Example


Text Example

White with #4470FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,112,252); }

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

background-color css

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

 a { background-color: rgb(68,112,252); }

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

border-color css

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

 span { border-color: rgb(68,112,252); }

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