Html Css Color HEX #4460E1 Royal Blue

📋 copy color: '#4460E1'

red 68 ◦ green 96 ◦ blue 225

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

Shades of Royal Blue #4460E1

Tints of Royal Blue #4460E1

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.68%

 BLUE value IS 225 (88.28% from 255) = 57.84%

R = 17.48%
G = 24.68%
B = 57.84%

CMYK

 C value IS 0.70

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4460E1 (or 0x4460E1) is known color: Royal Blue. HEX triplet: 44, 60 and E1. RGB value is (68,96,225). Sum of RGB (Red+Green+Blue) = 68+96+225=389 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.48% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 225 (88.28% from 255 or 57.84% from 389); Max value from RGB is 225 - color contains mainly: blue. Hex color #4460E1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4460E1 is #BB9F1E. Grayscale: #656565. Windows color (decimal): -12295967 or 14770244. OLE color: 14770244.

HSL color Cylindrical-coordinate representation of color #4460E1: hue angle of 229.3º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4460E1 is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 96 225 -
CMYK 0.70 0.57 0 0.12
HSL 229.3º 0.72% 0.57% -
HSV(B) 229.3º 0.7% 0.88% -
XYZ 20.16 15.03 73.07 -
YUV 102.33 197.22 103.51 -
System Red Green Blue C M Y K H S L
Decimal 68 96 225 0.70 0.57 0 0.12 229.3 0.72 0.57
Hex 44 60 E1 46 39 0 C E5 48 39
Octal 104 140 341 106 71 0 14 345 110 71
Binary 1000100 1100000 11100001 1000110 111001 0 1100 11100101 1001000 111001

Color Harmonies of #4460E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4460E1

Black with #4460E1

Text Example


Text Example

White with #4460E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4460E1; }

 p { color: rgb(68,96,225); }

 H1.HeaderClassName
 {
   color: #4460E1;
 }
 .AnyTagClassName
 {
   color: #4460E1;
 }
</style>

background-color css

<style>
 a { background-color: #4460E1; }

 a { background-color: rgb(68,96,225); }

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

border-color css

<style>
 span { border-color: #4460E1; }

 span { border-color: rgb(68,96,225); }

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