Html Css Color HEX #4464FC Royal Blue

📋 copy color: '#4464FC'

red 68 ◦ green 100 ◦ blue 252

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

Shades of Royal Blue #4464FC

Tints of Royal Blue #4464FC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.81%

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

R = 16.19%
G = 23.81%
B = 60%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4464FC (or 0x4464FC) is known color: Royal Blue. HEX triplet: 44, 64 and FC. RGB value is (68,100,252). Sum of RGB (Red+Green+Blue) = 68+100+252=420 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.19% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #4464FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4464FC is #BB9B03. Grayscale: #6B6B6B. Windows color (decimal): -12294916 or 16540740. OLE color: 16540740.

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

Color convert

RGB 68 100 252 -
CMYK 0.73 0.60 0 0.01
HSL 229.57º 0.97% 0.63% -
HSV(B) 229.57º 0.73% 0.99% -
XYZ 24.51 17.37 94.16 -
YUV 107.76 209.4 99.64 -
System Red Green Blue C M Y K H S L
Decimal 68 100 252 0.73 0.60 0 0.01 229.57 0.97 0.63
Hex 44 64 FC 49 3C 0 1 E6 61 3F
Octal 104 144 374 111 74 0 1 346 141 77
Binary 1000100 1100100 11111100 1001001 111100 0 1 11100110 1100001 111111

Color Harmonies of #4464FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4464FC

Black with #4464FC

Text Example


Text Example

White with #4464FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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