Html Css Color HEX #4868CE Royal Blue

📋 copy color: '#4868CE'

red 72 ◦ green 104 ◦ blue 206

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

Shades of Royal Blue #4868CE

Tints of Royal Blue #4868CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 18.85%
G = 27.23%
B = 53.93%

CMYK

 C value IS 0.65

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4868CE (or 0x4868CE) is known color: Royal Blue. HEX triplet: 48, 68 and CE. RGB value is (72,104,206). Sum of RGB (Red+Green+Blue) = 72+104+206=382 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.85% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #4868CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4868CE is #B79731. Grayscale: #696969. Windows color (decimal): -12031794 or 13527112. OLE color: 13527112.

HSL color Cylindrical-coordinate representation of color #4868CE: hue angle of 225.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4868CE is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 104 206 -
CMYK 0.65 0.50 0 0.19
HSL 225.67º 0.58% 0.55% -
HSV(B) 225.67º 0.65% 0.81% -
XYZ 18.76 15.73 60.44 -
YUV 106.06 184.4 103.71 -
System Red Green Blue C M Y K H S L
Decimal 72 104 206 0.65 0.50 0 0.19 225.67 0.58 0.55
Hex 48 68 CE 41 32 0 13 E2 3A 37
Octal 110 150 316 101 62 0 23 342 72 67
Binary 1001000 1101000 11001110 1000001 110010 0 10011 11100010 111010 110111

Color Harmonies of #4868CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4868CE

Black with #4868CE

Text Example


Text Example

White with #4868CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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