Html Css Color HEX #4460ED Royal Blue

📋 copy color: '#4460ED'

red 68 ◦ green 96 ◦ blue 237

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

Shades of Royal Blue #4460ED

Tints of Royal Blue #4460ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.1%

R = 16.96%
G = 23.94%
B = 59.1%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4460ED (or 0x4460ED) is known color: Royal Blue. HEX triplet: 44, 60 and ED. RGB value is (68,96,237). Sum of RGB (Red+Green+Blue) = 68+96+237=401 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.96% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 237 (92.97% from 255 or 59.10% from 401); Max value from RGB is 237 - color contains mainly: blue. Hex color #4460ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4460ED is #BB9F12. Grayscale: #676767. Windows color (decimal): -12295955 or 15556676. OLE color: 15556676.

HSL color Cylindrical-coordinate representation of color #4460ED: hue angle of 230.06º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4460ED is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 96 237 -
CMYK 0.71 0.59 0 0.07
HSL 230.06º 0.82% 0.6% -
HSV(B) 230.06º 0.71% 0.93% -
XYZ 21.85 15.71 82 -
YUV 103.7 203.22 102.54 -
System Red Green Blue C M Y K H S L
Decimal 68 96 237 0.71 0.59 0 0.07 230.06 0.82 0.6
Hex 44 60 ED 47 3B 0 7 E6 52 3C
Octal 104 140 355 107 73 0 7 346 122 74
Binary 1000100 1100000 11101101 1000111 111011 0 111 11100110 1010010 111100

Color Harmonies of #4460ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4460ED

Black with #4460ED

Text Example


Text Example

White with #4460ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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