Html Css Color HEX #4874EB Royal Blue

📋 copy color: '#4874EB'

red 72 ◦ green 116 ◦ blue 235

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

Shades of Royal Blue #4874EB

Tints of Royal Blue #4874EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.56%

R = 17.02%
G = 27.42%
B = 55.56%

CMYK

 C value IS 0.69

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4874EB (or 0x4874EB) is known color: Royal Blue. HEX triplet: 48, 74 and EB. RGB value is (72,116,235). Sum of RGB (Red+Green+Blue) = 72+116+235=423 (56% of max value = 765). Red value is 72 (28.52% from 255 or 17.02% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #4874EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4874EB is #B78B14. Grayscale: #737373. Windows color (decimal): -12028693 or 15430728. OLE color: 15430728.

HSL color Cylindrical-coordinate representation of color #4874EB: hue angle of 223.8º degrees, saturation: 0.8, 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 #4874EB is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 116 235 -
CMYK 0.69 0.51 0 0.08
HSL 223.8º 0.8% 0.6% -
HSV(B) 223.8º 0.69% 0.92% -
XYZ 23.91 19.87 81.17 -
YUV 116.41 194.92 96.32 -
System Red Green Blue C M Y K H S L
Decimal 72 116 235 0.69 0.51 0 0.08 223.8 0.8 0.6
Hex 48 74 EB 45 33 0 8 E0 50 3C
Octal 110 164 353 105 63 0 10 340 120 74
Binary 1001000 1110100 11101011 1000101 110011 0 1000 11100000 1010000 111100

Color Harmonies of #4874EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4874EB

Black with #4874EB

Text Example


Text Example

White with #4874EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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