Html Css Color HEX #4A5FDD Royal Blue

📋 copy color: '#4A5FDD'

red 74 ◦ green 95 ◦ blue 221

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

Shades of Royal Blue #4A5FDD

Tints of Royal Blue #4A5FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.36%

 BLUE value IS 221 (86.72% from 255) = 56.67%

R = 18.97%
G = 24.36%
B = 56.67%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A5FDD (or 0x4A5FDD) is known color: Royal Blue. HEX triplet: 4A, 5F and DD. RGB value is (74,95,221). Sum of RGB (Red+Green+Blue) = 74+95+221=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 95 (37.5% from 255 or 24.36% from 390); Blue value is 221 (86.72% from 255 or 56.67% from 390); Max value from RGB is 221 - color contains mainly: blue. Hex color #4A5FDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5FDD is #B5A022. Grayscale: #666666. Windows color (decimal): -11903011 or 14507850. OLE color: 14507850.

HSL color Cylindrical-coordinate representation of color #4A5FDD: hue angle of 231.43º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A5FDD is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 95 221 -
CMYK 0.67 0.57 0 0.13
HSL 231.43º 0.68% 0.58% -
HSV(B) 231.43º 0.67% 0.87% -
XYZ 19.97 14.86 70.22 -
YUV 103.09 194.54 107.25 -
System Red Green Blue C M Y K H S L
Decimal 74 95 221 0.67 0.57 0 0.13 231.43 0.68 0.58
Hex 4A 5F DD 43 39 0 D E7 44 3A
Octal 112 137 335 103 71 0 15 347 104 72
Binary 1001010 1011111 11011101 1000011 111001 0 1101 11100111 1000100 111010

Color Harmonies of #4A5FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5FDD

Black with #4A5FDD

Text Example


Text Example

White with #4A5FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,95,221); }

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

background-color css

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

 a { background-color: rgb(74,95,221); }

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

border-color css

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

 span { border-color: rgb(74,95,221); }

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