Html Css Color HEX #4869DE Royal Blue

📋 copy color: '#4869DE'

red 72 ◦ green 105 ◦ blue 222

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

Shades of Royal Blue #4869DE

Tints of Royal Blue #4869DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.64%

R = 18.05%
G = 26.32%
B = 55.64%

CMYK

 C value IS 0.68

 M value IS 0.53

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4869DE (or 0x4869DE) is known color: Royal Blue. HEX triplet: 48, 69 and DE. RGB value is (72,105,222). Sum of RGB (Red+Green+Blue) = 72+105+222=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #4869DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4869DE is #B79621. Grayscale: #6B6B6B. Windows color (decimal): -12031522 or 14575944. OLE color: 14575944.

HSL color Cylindrical-coordinate representation of color #4869DE: hue angle of 226.8º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4869DE is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 105 222 -
CMYK 0.68 0.53 0 0.13
HSL 226.8º 0.69% 0.58% -
HSV(B) 226.8º 0.68% 0.87% -
XYZ 20.91 16.75 71.24 -
YUV 108.47 192.07 101.99 -
System Red Green Blue C M Y K H S L
Decimal 72 105 222 0.68 0.53 0 0.13 226.8 0.69 0.58
Hex 48 69 DE 44 35 0 D E3 45 3A
Octal 110 151 336 104 65 0 15 343 105 72
Binary 1001000 1101001 11011110 1000100 110101 0 1101 11100011 1000101 111010

Color Harmonies of #4869DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4869DE

Black with #4869DE

Text Example


Text Example

White with #4869DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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