Html Css Color HEX #4868D6 Royal Blue

📋 copy color: '#4868D6'

red 72 ◦ green 104 ◦ blue 214

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

Shades of Royal Blue #4868D6

Tints of Royal Blue #4868D6

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.67%

 BLUE value IS 214 (83.98% from 255) = 54.87%

R = 18.46%
G = 26.67%
B = 54.87%

CMYK

 C value IS 0.66

 M value IS 0.51

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4868D6 (or 0x4868D6) is known color: Royal Blue. HEX triplet: 48, 68 and D6. RGB value is (72,104,214). Sum of RGB (Red+Green+Blue) = 72+104+214=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #4868D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4868D6 is #B79729. Grayscale: #6A6A6A. Windows color (decimal): -12031786 or 14051400. OLE color: 14051400.

HSL color Cylindrical-coordinate representation of color #4868D6: hue angle of 226.48º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4868D6 is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 104 214 -
CMYK 0.66 0.51 0 0.16
HSL 226.48º 0.63% 0.56% -
HSV(B) 226.48º 0.66% 0.84% -
XYZ 19.76 16.13 65.69 -
YUV 106.97 188.4 103.06 -
System Red Green Blue C M Y K H S L
Decimal 72 104 214 0.66 0.51 0 0.16 226.48 0.63 0.56
Hex 48 68 D6 42 33 0 10 E2 3F 38
Octal 110 150 326 102 63 0 20 342 77 70
Binary 1001000 1101000 11010110 1000010 110011 0 10000 11100010 111111 111000

Color Harmonies of #4868D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4868D6

Black with #4868D6

Text Example


Text Example

White with #4868D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4868D6; }

 p { color: rgb(72,104,214); }

 H1.HeaderClassName
 {
   color: #4868D6;
 }
 .AnyTagClassName
 {
   color: #4868D6;
 }
</style>

background-color css

<style>
 a { background-color: #4868D6; }

 a { background-color: rgb(72,104,214); }

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

border-color css

<style>
 span { border-color: #4868D6; }

 span { border-color: rgb(72,104,214); }

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