Html Css Color HEX #4E69DD Royal Blue

📋 copy color: '#4E69DD'

red 78 ◦ green 105 ◦ blue 221

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

Shades of Royal Blue #4E69DD

Tints of Royal Blue #4E69DD

RGB

 RED value IS 78 (30.86% from 255) = 19.31%

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

 BLUE value IS 221 (86.72% from 255) = 54.7%

R = 19.31%
G = 25.99%
B = 54.7%

CMYK

 C value IS 0.65

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4E69DD (or 0x4E69DD) is known color: Royal Blue. HEX triplet: 4E, 69 and DD. RGB value is (78,105,221). Sum of RGB (Red+Green+Blue) = 78+105+221=404 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.31% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 221 (86.72% from 255 or 54.70% from 404); Max value from RGB is 221 - color contains mainly: blue. Hex color #4E69DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E69DD is #B19622. Grayscale: #6D6D6D. Windows color (decimal): -11638307 or 14510414. OLE color: 14510414.

HSL color Cylindrical-coordinate representation of color #4E69DD: hue angle of 228.67º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4E69DD is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 105 221 -
CMYK 0.65 0.52 0 0.13
HSL 228.67º 0.68% 0.59% -
HSV(B) 228.67º 0.65% 0.87% -
XYZ 21.24 16.94 70.56 -
YUV 110.15 190.55 105.07 -
System Red Green Blue C M Y K H S L
Decimal 78 105 221 0.65 0.52 0 0.13 228.67 0.68 0.59
Hex 4E 69 DD 41 34 0 D E5 44 3B
Octal 116 151 335 101 64 0 15 345 104 73
Binary 1001110 1101001 11011101 1000001 110100 0 1101 11100101 1000100 111011

Color Harmonies of #4E69DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E69DD

Black with #4E69DD

Text Example


Text Example

White with #4E69DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E69DD; }

 p { color: rgb(78,105,221); }

 H1.HeaderClassName
 {
   color: #4E69DD;
 }
 .AnyTagClassName
 {
   color: #4E69DD;
 }
</style>

background-color css

<style>
 a { background-color: #4E69DD; }

 a { background-color: rgb(78,105,221); }

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

border-color css

<style>
 span { border-color: #4E69DD; }

 span { border-color: rgb(78,105,221); }

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