Html Css Color HEX #4A5DED Royal Blue

📋 copy color: '#4A5DED'

red 74 ◦ green 93 ◦ blue 237

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

Shades of Royal Blue #4A5DED

Tints of Royal Blue #4A5DED

RGB

 RED value IS 74 (29.3% from 255) = 18.32%

 GREEN value IS 93 (36.72% from 255) = 23.02%

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

R = 18.32%
G = 23.02%
B = 58.66%

CMYK

 C value IS 0.69

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4A5DED (or 0x4A5DED) is known color: Royal Blue. HEX triplet: 4A, 5D and ED. RGB value is (74,93,237). Sum of RGB (Red+Green+Blue) = 74+93+237=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 237 (92.97% from 255 or 58.66% from 404); Max value from RGB is 237 - color contains mainly: blue. Hex color #4A5DED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4A5DED is #B5A212. Grayscale: #676767. Windows color (decimal): -11903507 or 15555914. OLE color: 15555914.

HSL color Cylindrical-coordinate representation of color #4A5DED: hue angle of 233.01º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4A5DED is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 74 93 237 -
CMYK 0.69 0.61 0 0.07
HSL 233.01º 0.82% 0.61% -
HSV(B) 233.01º 0.69% 0.93% -
XYZ 22.02 15.4 81.93 -
YUV 103.74 203.21 106.79 -
System Red Green Blue C M Y K H S L
Decimal 74 93 237 0.69 0.61 0 0.07 233.01 0.82 0.61
Hex 4A 5D ED 45 3D 0 7 E9 52 3D
Octal 112 135 355 105 75 0 7 351 122 75
Binary 1001010 1011101 11101101 1000101 111101 0 111 11101001 1010010 111101

Color Harmonies of #4A5DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5DED

Black with #4A5DED

Text Example


Text Example

White with #4A5DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A5DED; }

 p { color: rgb(74,93,237); }

 H1.HeaderClassName
 {
   color: #4A5DED;
 }
 .AnyTagClassName
 {
   color: #4A5DED;
 }
</style>

background-color css

<style>
 a { background-color: #4A5DED; }

 a { background-color: rgb(74,93,237); }

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

border-color css

<style>
 span { border-color: #4A5DED; }

 span { border-color: rgb(74,93,237); }

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