Html Css Color HEX #4874EF Royal Blue

📋 copy color: '#4874EF'

red 72 ◦ green 116 ◦ blue 239

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

Shades of Royal Blue #4874EF

Tints of Royal Blue #4874EF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.17%

 BLUE value IS 239 (93.75% from 255) = 55.97%

R = 16.86%
G = 27.17%
B = 55.97%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4874EF (or 0x4874EF) is known color: Royal Blue. HEX triplet: 48, 74 and EF. RGB value is (72,116,239). Sum of RGB (Red+Green+Blue) = 72+116+239=427 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.86% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 239 (93.75% from 255 or 55.97% from 427); Max value from RGB is 239 - color contains mainly: blue. Hex color #4874EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4874EF is #B78B10. Grayscale: #747474. Windows color (decimal): -12028689 or 15692872. OLE color: 15692872.

HSL color Cylindrical-coordinate representation of color #4874EF: hue angle of 224.19º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4874EF is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 116 239 -
CMYK 0.70 0.51 0 0.06
HSL 224.19º 0.84% 0.61% -
HSV(B) 224.19º 0.7% 0.94% -
XYZ 24.5 20.1 84.25 -
YUV 116.87 196.92 96 -
System Red Green Blue C M Y K H S L
Decimal 72 116 239 0.70 0.51 0 0.06 224.19 0.84 0.61
Hex 48 74 EF 46 33 0 6 E0 54 3D
Octal 110 164 357 106 63 0 6 340 124 75
Binary 1001000 1110100 11101111 1000110 110011 0 110 11100000 1010100 111101

Color Harmonies of #4874EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4874EF

Black with #4874EF

Text Example


Text Example

White with #4874EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4874EF; }

 p { color: rgb(72,116,239); }

 H1.HeaderClassName
 {
   color: #4874EF;
 }
 .AnyTagClassName
 {
   color: #4874EF;
 }
</style>

background-color css

<style>
 a { background-color: #4874EF; }

 a { background-color: rgb(72,116,239); }

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

border-color css

<style>
 span { border-color: #4874EF; }

 span { border-color: rgb(72,116,239); }

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