Html Css Color HEX #4E6BCD Royal Blue

📋 copy color: '#4E6BCD'

red 78 ◦ green 107 ◦ blue 205

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

Shades of Royal Blue #4E6BCD

Tints of Royal Blue #4E6BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.44%

 BLUE value IS 205 (80.47% from 255) = 52.56%

R = 20%
G = 27.44%
B = 52.56%

CMYK

 C value IS 0.62

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4E6BCD (or 0x4E6BCD) is known color: Royal Blue. HEX triplet: 4E, 6B and CD. RGB value is (78,107,205). Sum of RGB (Red+Green+Blue) = 78+107+205=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #4E6BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6BCD is #B19432. Grayscale: #6D6D6D. Windows color (decimal): -11637811 or 13462350. OLE color: 13462350.

HSL color Cylindrical-coordinate representation of color #4E6BCD: hue angle of 226.3º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E6BCD is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 78 107 205 -
CMYK 0.62 0.48 0 0.20
HSL 226.3º 0.56% 0.55% -
HSV(B) 226.3º 0.62% 0.8% -
XYZ 19.42 16.54 59.93 -
YUV 109.5 181.89 105.53 -
System Red Green Blue C M Y K H S L
Decimal 78 107 205 0.62 0.48 0 0.20 226.3 0.56 0.55
Hex 4E 6B CD 3E 30 0 14 E2 38 37
Octal 116 153 315 76 60 0 24 342 70 67
Binary 1001110 1101011 11001101 111110 110000 0 10100 11100010 111000 110111

Color Harmonies of #4E6BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6BCD

Black with #4E6BCD

Text Example


Text Example

White with #4E6BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,107,205); }

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

background-color css

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

 a { background-color: rgb(78,107,205); }

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

border-color css

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

 span { border-color: rgb(78,107,205); }

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