Html Css Color HEX #4B5ADD Royal Blue

📋 copy color: '#4B5ADD'

red 75 ◦ green 90 ◦ blue 221

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

Shades of Royal Blue #4B5ADD

Tints of Royal Blue #4B5ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.32%

 BLUE value IS 221 (86.72% from 255) = 57.25%

R = 19.43%
G = 23.32%
B = 57.25%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B5ADD (or 0x4B5ADD) is known color: Royal Blue. HEX triplet: 4B, 5A and DD. RGB value is (75,90,221). Sum of RGB (Red+Green+Blue) = 75+90+221=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 221 (86.72% from 255 or 57.25% from 386); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B5ADD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5ADD is #B4A522. Grayscale: #636363. Windows color (decimal): -11838755 or 14506571. OLE color: 14506571.

HSL color Cylindrical-coordinate representation of color #4B5ADD: hue angle of 233.84º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B5ADD is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 90 221 -
CMYK 0.66 0.59 0 0.13
HSL 233.84º 0.68% 0.58% -
HSV(B) 233.84º 0.66% 0.87% -
XYZ 19.61 14.03 70.08 -
YUV 100.45 196.03 109.85 -
System Red Green Blue C M Y K H S L
Decimal 75 90 221 0.66 0.59 0 0.13 233.84 0.68 0.58
Hex 4B 5A DD 42 3B 0 D EA 44 3A
Octal 113 132 335 102 73 0 15 352 104 72
Binary 1001011 1011010 11011101 1000010 111011 0 1101 11101010 1000100 111010

Color Harmonies of #4B5ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5ADD

Black with #4B5ADD

Text Example


Text Example

White with #4B5ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,90,221); }

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

background-color css

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

 a { background-color: rgb(75,90,221); }

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

border-color css

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

 span { border-color: rgb(75,90,221); }

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