Html Css Color HEX #4B6ED5 Royal Blue

📋 copy color: '#4B6ED5'

red 75 ◦ green 110 ◦ blue 213

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

Shades of Royal Blue #4B6ED5

Tints of Royal Blue #4B6ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 53.52%

R = 18.84%
G = 27.64%
B = 53.52%

CMYK

 C value IS 0.65

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4B6ED5 (or 0x4B6ED5) is known color: Royal Blue. HEX triplet: 4B, 6E and D5. RGB value is (75,110,213). Sum of RGB (Red+Green+Blue) = 75+110+213=398 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.84% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 213 (83.59% from 255 or 53.52% from 398); Max value from RGB is 213 - color contains mainly: blue. Hex color #4B6ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6ED5 is #B4912A. Grayscale: #6E6E6E. Windows color (decimal): -11833643 or 13987403. OLE color: 13987403.

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

Color convert

RGB 75 110 213 -
CMYK 0.65 0.48 0 0.16
HSL 224.78º 0.62% 0.56% -
HSV(B) 224.78º 0.65% 0.84% -
XYZ 20.49 17.45 65.24 -
YUV 111.28 185.4 102.12 -
System Red Green Blue C M Y K H S L
Decimal 75 110 213 0.65 0.48 0 0.16 224.78 0.62 0.56
Hex 4B 6E D5 41 30 0 10 E1 3E 38
Octal 113 156 325 101 60 0 20 341 76 70
Binary 1001011 1101110 11010101 1000001 110000 0 10000 11100001 111110 111000

Color Harmonies of #4B6ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6ED5

Black with #4B6ED5

Text Example


Text Example

White with #4B6ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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