Html Css Color HEX #4464EB Royal Blue

📋 copy color: '#4464EB'

red 68 ◦ green 100 ◦ blue 235

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

Shades of Royal Blue #4464EB

Tints of Royal Blue #4464EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 58.31%

R = 16.87%
G = 24.81%
B = 58.31%

CMYK

 C value IS 0.71

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4464EB (or 0x4464EB) is known color: Royal Blue. HEX triplet: 44, 64 and EB. RGB value is (68,100,235). Sum of RGB (Red+Green+Blue) = 68+100+235=403 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.87% from 403); Green value is 100 (39.45% from 255 or 24.81% from 403); Blue value is 235 (92.19% from 255 or 58.31% from 403); Max value from RGB is 235 - color contains mainly: blue. Hex color #4464EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4464EB is #BB9B14. Grayscale: #696969. Windows color (decimal): -12294933 or 15426628. OLE color: 15426628.

HSL color Cylindrical-coordinate representation of color #4464EB: hue angle of 228.5º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4464EB is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 68 100 235 -
CMYK 0.71 0.57 0 0.08
HSL 228.5º 0.81% 0.59% -
HSV(B) 228.5º 0.71% 0.92% -
XYZ 21.94 16.34 80.6 -
YUV 105.82 200.9 101.02 -
System Red Green Blue C M Y K H S L
Decimal 68 100 235 0.71 0.57 0 0.08 228.5 0.81 0.59
Hex 44 64 EB 47 39 0 8 E5 51 3B
Octal 104 144 353 107 71 0 10 345 121 73
Binary 1000100 1100100 11101011 1000111 111001 0 1000 11100101 1010001 111011

Color Harmonies of #4464EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4464EB

Black with #4464EB

Text Example


Text Example

White with #4464EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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