Html Css Color HEX #4E68CF Royal Blue

📋 copy color: '#4E68CF'

red 78 ◦ green 104 ◦ blue 207

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

Shades of Royal Blue #4E68CF

Tints of Royal Blue #4E68CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.21%

R = 20.05%
G = 26.74%
B = 53.21%

CMYK

 C value IS 0.62

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4E68CF (or 0x4E68CF) is known color: Royal Blue. HEX triplet: 4E, 68 and CF. RGB value is (78,104,207). Sum of RGB (Red+Green+Blue) = 78+104+207=389 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.05% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #4E68CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E68CF is #B19730. Grayscale: #6B6B6B. Windows color (decimal): -11638577 or 13592654. OLE color: 13592654.

HSL color Cylindrical-coordinate representation of color #4E68CF: hue angle of 227.91º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E68CF is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 78 104 207 -
CMYK 0.62 0.50 0 0.19
HSL 227.91º 0.57% 0.56% -
HSV(B) 227.91º 0.62% 0.81% -
XYZ 19.35 16.03 61.1 -
YUV 107.97 183.89 106.62 -
System Red Green Blue C M Y K H S L
Decimal 78 104 207 0.62 0.50 0 0.19 227.91 0.57 0.56
Hex 4E 68 CF 3E 32 0 13 E4 39 38
Octal 116 150 317 76 62 0 23 344 71 70
Binary 1001110 1101000 11001111 111110 110010 0 10011 11100100 111001 111000

Color Harmonies of #4E68CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E68CF

Black with #4E68CF

Text Example


Text Example

White with #4E68CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,104,207); }

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

background-color css

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

 a { background-color: rgb(78,104,207); }

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

border-color css

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

 span { border-color: rgb(78,104,207); }

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