Html Css Color HEX #4861DF Royal Blue

📋 copy color: '#4861DF'

red 72 ◦ green 97 ◦ blue 223

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

Shades of Royal Blue #4861DF

Tints of Royal Blue #4861DF

RGB

 RED value IS 72 (28.52% from 255) = 18.37%

 GREEN value IS 97 (38.28% from 255) = 24.74%

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

R = 18.37%
G = 24.74%
B = 56.89%

CMYK

 C value IS 0.68

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4861DF (or 0x4861DF) is known color: Royal Blue. HEX triplet: 48, 61 and DF. RGB value is (72,97,223). Sum of RGB (Red+Green+Blue) = 72+97+223=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 97 (38.28% from 255 or 24.74% 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 #4861DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4861DF is #B79E20. Grayscale: #676767. Windows color (decimal): -12033569 or 14639432. OLE color: 14639432.

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

Color convert

RGB 72 97 223 -
CMYK 0.68 0.57 0 0.13
HSL 230.07º 0.7% 0.58% -
HSV(B) 230.07º 0.68% 0.87% -
XYZ 20.27 15.25 71.69 -
YUV 103.89 195.22 105.25 -
System Red Green Blue C M Y K H S L
Decimal 72 97 223 0.68 0.57 0 0.13 230.07 0.7 0.58
Hex 48 61 DF 44 39 0 D E6 46 3A
Octal 110 141 337 104 71 0 15 346 106 72
Binary 1001000 1100001 11011111 1000100 111001 0 1101 11100110 1000110 111010

Color Harmonies of #4861DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4861DF

Black with #4861DF

Text Example


Text Example

White with #4861DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4861DF; }

 p { color: rgb(72,97,223); }

 H1.HeaderClassName
 {
   color: #4861DF;
 }
 .AnyTagClassName
 {
   color: #4861DF;
 }
</style>

background-color css

<style>
 a { background-color: #4861DF; }

 a { background-color: rgb(72,97,223); }

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

border-color css

<style>
 span { border-color: #4861DF; }

 span { border-color: rgb(72,97,223); }

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