Html Css Color HEX #4464EF Royal Blue

📋 copy color: '#4464EF'

red 68 ◦ green 100 ◦ blue 239

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

Shades of Royal Blue #4464EF

Tints of Royal Blue #4464EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 58.72%

R = 16.71%
G = 24.57%
B = 58.72%

CMYK

 C value IS 0.72

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4464EF (or 0x4464EF) is known color: Royal Blue. HEX triplet: 44, 64 and EF. RGB value is (68,100,239). Sum of RGB (Red+Green+Blue) = 68+100+239=407 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.71% from 407); Green value is 100 (39.45% from 255 or 24.57% from 407); Blue value is 239 (93.75% from 255 or 58.72% from 407); Max value from RGB is 239 - color contains mainly: blue. Hex color #4464EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4464EF is #BB9B10. Grayscale: #696969. Windows color (decimal): -12294929 or 15688772. OLE color: 15688772.

HSL color Cylindrical-coordinate representation of color #4464EF: hue angle of 228.77º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4464EF is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 68 100 239 -
CMYK 0.72 0.58 0 0.06
HSL 228.77º 0.84% 0.6% -
HSV(B) 228.77º 0.72% 0.94% -
XYZ 22.52 16.58 83.67 -
YUV 106.28 202.9 100.7 -
System Red Green Blue C M Y K H S L
Decimal 68 100 239 0.72 0.58 0 0.06 228.77 0.84 0.6
Hex 44 64 EF 48 3A 0 6 E5 54 3C
Octal 104 144 357 110 72 0 6 345 124 74
Binary 1000100 1100100 11101111 1001000 111010 0 110 11100101 1010100 111100

Color Harmonies of #4464EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4464EF

Black with #4464EF

Text Example


Text Example

White with #4464EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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