Html Css Color HEX #4869CE Royal Blue

📋 copy color: '#4869CE'

red 72 ◦ green 105 ◦ blue 206

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

Shades of Royal Blue #4869CE

Tints of Royal Blue #4869CE

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.42%

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

R = 18.8%
G = 27.42%
B = 53.79%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4869CE (or 0x4869CE) is known color: Royal Blue. HEX triplet: 48, 69 and CE. RGB value is (72,105,206). Sum of RGB (Red+Green+Blue) = 72+105+206=383 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.80% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #4869CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4869CE is #B79631. Grayscale: #6A6A6A. Windows color (decimal): -12031538 or 13527368. OLE color: 13527368.

HSL color Cylindrical-coordinate representation of color #4869CE: hue angle of 225.22º 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 #4869CE is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 105 206 -
CMYK 0.65 0.49 0 0.19
HSL 225.22º 0.58% 0.55% -
HSV(B) 225.22º 0.65% 0.81% -
XYZ 18.86 15.94 60.47 -
YUV 106.65 184.07 103.29 -
System Red Green Blue C M Y K H S L
Decimal 72 105 206 0.65 0.49 0 0.19 225.22 0.58 0.55
Hex 48 69 CE 41 31 0 13 E1 3A 37
Octal 110 151 316 101 61 0 23 341 72 67
Binary 1001000 1101001 11001110 1000001 110001 0 10011 11100001 111010 110111

Color Harmonies of #4869CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4869CE

Black with #4869CE

Text Example


Text Example

White with #4869CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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