Html Css Color HEX #4A5FDF Royal Blue

📋 copy color: '#4A5FDF'

red 74 ◦ green 95 ◦ blue 223

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

Shades of Royal Blue #4A5FDF

Tints of Royal Blue #4A5FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 56.89%

R = 18.88%
G = 24.23%
B = 56.89%

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

#4A5FDF (or 0x4A5FDF) is known color: Royal Blue. HEX triplet: 4A, 5F and DF. RGB value is (74,95,223). Sum of RGB (Red+Green+Blue) = 74+95+223=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 223 (87.5% from 255 or 56.89% from 392); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A5FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A5FDF is #B5A020. Grayscale: #666666. Windows color (decimal): -11903009 or 14638922. OLE color: 14638922.

HSL color Cylindrical-coordinate representation of color #4A5FDF: hue angle of 231.54º degrees, saturation: 0.7, 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 #4A5FDF is Cyan = 0.67, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 74 95 223 -
CMYK 0.67 0.57 0 0.13
HSL 231.54º 0.7% 0.58% -
HSV(B) 231.54º 0.67% 0.87% -
XYZ 20.24 14.97 71.63 -
YUV 103.31 195.54 107.09 -
System Red Green Blue C M Y K H S L
Decimal 74 95 223 0.67 0.57 0 0.13 231.54 0.7 0.58
Hex 4A 5F DF 43 39 0 D E8 46 3A
Octal 112 137 337 103 71 0 15 350 106 72
Binary 1001010 1011111 11011111 1000011 111001 0 1101 11101000 1000110 111010

Color Harmonies of #4A5FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5FDF

Black with #4A5FDF

Text Example


Text Example

White with #4A5FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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