Html Css Color HEX #4861DA Royal Blue

📋 copy color: '#4861DA'

red 72 ◦ green 97 ◦ blue 218

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

Shades of Royal Blue #4861DA

Tints of Royal Blue #4861DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 56.33%

R = 18.6%
G = 25.06%
B = 56.33%

CMYK

 C value IS 0.67

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4861DA (or 0x4861DA) is known color: Royal Blue. HEX triplet: 48, 61 and DA. RGB value is (72,97,218). Sum of RGB (Red+Green+Blue) = 72+97+218=387 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.60% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 218 (85.55% from 255 or 56.33% from 387); Max value from RGB is 218 - color contains mainly: blue. Hex color #4861DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4861DA is #B79E25. Grayscale: #666666. Windows color (decimal): -12033574 or 14311752. OLE color: 14311752.

HSL color Cylindrical-coordinate representation of color #4861DA: hue angle of 229.73º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4861DA is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 97 218 -
CMYK 0.67 0.56 0 0.15
HSL 229.73º 0.66% 0.57% -
HSV(B) 229.73º 0.67% 0.85% -
XYZ 19.6 14.99 68.19 -
YUV 103.32 192.72 105.66 -
System Red Green Blue C M Y K H S L
Decimal 72 97 218 0.67 0.56 0 0.15 229.73 0.66 0.57
Hex 48 61 DA 43 38 0 F E6 42 39
Octal 110 141 332 103 70 0 17 346 102 71
Binary 1001000 1100001 11011010 1000011 111000 0 1111 11100110 1000010 111001

Color Harmonies of #4861DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4861DA

Black with #4861DA

Text Example


Text Example

White with #4861DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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