Html Css Color HEX #4B6ECE Royal Blue

📋 copy color: '#4B6ECE'

red 75 ◦ green 110 ◦ blue 206

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

Shades of Royal Blue #4B6ECE

Tints of Royal Blue #4B6ECE

RGB

 RED value IS 75 (29.69% from 255) = 19.18%

 GREEN value IS 110 (43.36% from 255) = 28.13%

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

R = 19.18%
G = 28.13%
B = 52.69%

CMYK

 C value IS 0.64

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B6ECE (or 0x4B6ECE) is known color: Royal Blue. HEX triplet: 4B, 6E and CE. RGB value is (75,110,206). Sum of RGB (Red+Green+Blue) = 75+110+206=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B6ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6ECE is #B49131. Grayscale: #6E6E6E. Windows color (decimal): -11833650 or 13528651. OLE color: 13528651.

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

Color convert

RGB 75 110 206 -
CMYK 0.64 0.47 0 0.19
HSL 223.97º 0.57% 0.55% -
HSV(B) 223.97º 0.64% 0.81% -
XYZ 19.62 17.1 60.66 -
YUV 110.48 181.9 102.69 -
System Red Green Blue C M Y K H S L
Decimal 75 110 206 0.64 0.47 0 0.19 223.97 0.57 0.55
Hex 4B 6E CE 40 2F 0 13 E0 39 37
Octal 113 156 316 100 57 0 23 340 71 67
Binary 1001011 1101110 11001110 1000000 101111 0 10011 11100000 111001 110111

Color Harmonies of #4B6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6ECE

Black with #4B6ECE

Text Example


Text Example

White with #4B6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,110,206); }

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

background-color css

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

 a { background-color: rgb(75,110,206); }

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

border-color css

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

 span { border-color: rgb(75,110,206); }

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