Html Css Color HEX #4876FF Royal Blue

📋 copy color: '#4876FF'

red 72 ◦ green 118 ◦ blue 255

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

Shades of Royal Blue #4876FF

Tints of Royal Blue #4876FF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.52%

 BLUE value IS 255 (100% from 255) = 57.3%

R = 16.18%
G = 26.52%
B = 57.3%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4876FF (or 0x4876FF) is known color: Royal Blue. HEX triplet: 48, 76 and FF. RGB value is (72,118,255). Sum of RGB (Red+Green+Blue) = 72+118+255=445 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.18% from 445); Green value is 118 (46.48% from 255 or 26.52% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #4876FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4876FF is #B78900. Grayscale: #777777. Windows color (decimal): -12028161 or 16741960. OLE color: 16741960.

HSL color Cylindrical-coordinate representation of color #4876FF: hue angle of 224.92º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4876FF is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 72 118 255 -
CMYK 0.72 0.54 0 0
HSL 224.92º 1% 0.64% -
HSV(B) 224.92º 0.72% 1% -
XYZ 27.2 21.55 97.33 -
YUV 119.86 204.26 93.86 -
System Red Green Blue C M Y K H S L
Decimal 72 118 255 0.72 0.54 0 0 224.92 1 0.64
Hex 48 76 FF 48 36 0 0 E1 64 40
Octal 110 166 377 110 66 0 0 341 144 100
Binary 1001000 1110110 11111111 1001000 110110 0 0 11100001 1100100 1000000

Color Harmonies of #4876FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4876FF

Black with #4876FF

Text Example


Text Example

White with #4876FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4876FF; }

 p { color: rgb(72,118,255); }

 H1.HeaderClassName
 {
   color: #4876FF;
 }
 .AnyTagClassName
 {
   color: #4876FF;
 }
</style>

background-color css

<style>
 a { background-color: #4876FF; }

 a { background-color: rgb(72,118,255); }

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

border-color css

<style>
 span { border-color: #4876FF; }

 span { border-color: rgb(72,118,255); }

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