Html Css Color HEX #4B6ED8 Royal Blue

📋 copy color: '#4B6ED8'

red 75 ◦ green 110 ◦ blue 216

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

Shades of Royal Blue #4B6ED8

Tints of Royal Blue #4B6ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 53.87%

R = 18.7%
G = 27.43%
B = 53.87%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4B6ED8 (or 0x4B6ED8) is known color: Royal Blue. HEX triplet: 4B, 6E and D8. RGB value is (75,110,216). Sum of RGB (Red+Green+Blue) = 75+110+216=401 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.70% from 401); Green value is 110 (43.36% from 255 or 27.43% from 401); Blue value is 216 (84.77% from 255 or 53.87% from 401); Max value from RGB is 216 - color contains mainly: blue. Hex color #4B6ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6ED8 is #B49127. Grayscale: #6F6F6F. Windows color (decimal): -11833640 or 14184011. OLE color: 14184011.

HSL color Cylindrical-coordinate representation of color #4B6ED8: hue angle of 225.11º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B6ED8 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 110 216 -
CMYK 0.65 0.49 0 0.15
HSL 225.11º 0.64% 0.57% -
HSV(B) 225.11º 0.65% 0.85% -
XYZ 20.87 17.61 67.26 -
YUV 111.62 186.9 101.88 -
System Red Green Blue C M Y K H S L
Decimal 75 110 216 0.65 0.49 0 0.15 225.11 0.64 0.57
Hex 4B 6E D8 41 31 0 F E1 40 39
Octal 113 156 330 101 61 0 17 341 100 71
Binary 1001011 1101110 11011000 1000001 110001 0 1111 11100001 1000000 111001

Color Harmonies of #4B6ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6ED8

Black with #4B6ED8

Text Example


Text Example

White with #4B6ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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