Html Css Color HEX #4B6ECD Royal Blue

📋 copy color: '#4B6ECD'

red 75 ◦ green 110 ◦ blue 205

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

Shades of Royal Blue #4B6ECD

Tints of Royal Blue #4B6ECD

RGB

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

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

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

R = 19.23%
G = 28.21%
B = 52.56%

CMYK

 C value IS 0.63

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4B6ECD (or 0x4B6ECD) is known color: Royal Blue. HEX triplet: 4B, 6E and CD. RGB value is (75,110,205). Sum of RGB (Red+Green+Blue) = 75+110+205=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 110 (43.36% from 255 or 28.21% 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 #4B6ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6ECD is #B49132. Grayscale: #6D6D6D. Windows color (decimal): -11833651 or 13463115. OLE color: 13463115.

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

Color convert

RGB 75 110 205 -
CMYK 0.63 0.46 0 0.20
HSL 223.85º 0.57% 0.55% -
HSV(B) 223.85º 0.63% 0.8% -
XYZ 19.5 17.06 60.02 -
YUV 110.37 181.4 102.78 -
System Red Green Blue C M Y K H S L
Decimal 75 110 205 0.63 0.46 0 0.20 223.85 0.57 0.55
Hex 4B 6E CD 3F 2E 0 14 E0 39 37
Octal 113 156 315 77 56 0 24 340 71 67
Binary 1001011 1101110 11001101 111111 101110 0 10100 11100000 111001 110111

Color Harmonies of #4B6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6ECD

Black with #4B6ECD

Text Example


Text Example

White with #4B6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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