Html Css Color HEX #4861EA Royal Blue

📋 copy color: '#4861EA'

red 72 ◦ green 97 ◦ blue 234

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

Shades of Royal Blue #4861EA

Tints of Royal Blue #4861EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 58.06%

R = 17.87%
G = 24.07%
B = 58.06%

CMYK

 C value IS 0.69

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4861EA (or 0x4861EA) is known color: Royal Blue. HEX triplet: 48, 61 and EA. RGB value is (72,97,234). Sum of RGB (Red+Green+Blue) = 72+97+234=403 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.87% from 403); Green value is 97 (38.28% from 255 or 24.07% from 403); Blue value is 234 (91.80% from 255 or 58.06% from 403); Max value from RGB is 234 - color contains mainly: blue. Hex color #4861EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4861EA is #B79E15. Grayscale: #686868. Windows color (decimal): -12033558 or 15360328. OLE color: 15360328.

HSL color Cylindrical-coordinate representation of color #4861EA: hue angle of 230.74º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4861EA is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 97 234 -
CMYK 0.69 0.59 0 0.08
HSL 230.74º 0.79% 0.6% -
HSV(B) 230.74º 0.69% 0.92% -
XYZ 21.8 15.87 79.76 -
YUV 105.14 200.72 104.36 -
System Red Green Blue C M Y K H S L
Decimal 72 97 234 0.69 0.59 0 0.08 230.74 0.79 0.6
Hex 48 61 EA 45 3B 0 8 E7 4F 3C
Octal 110 141 352 105 73 0 10 347 117 74
Binary 1001000 1100001 11101010 1000101 111011 0 1000 11100111 1001111 111100

Color Harmonies of #4861EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4861EA

Black with #4861EA

Text Example


Text Example

White with #4861EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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