Html Css Color HEX #4B5DDF Royal Blue

📋 copy color: '#4B5DDF'

red 75 ◦ green 93 ◦ blue 223

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

Shades of Royal Blue #4B5DDF

Tints of Royal Blue #4B5DDF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.79%

 BLUE value IS 223 (87.5% from 255) = 57.03%

R = 19.18%
G = 23.79%
B = 57.03%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B5DDF (or 0x4B5DDF) is known color: Royal Blue. HEX triplet: 4B, 5D and DF. RGB value is (75,93,223). Sum of RGB (Red+Green+Blue) = 75+93+223=391 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.18% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B5DDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5DDF is #B4A220. Grayscale: #656565. Windows color (decimal): -11837985 or 14638411. OLE color: 14638411.

HSL color Cylindrical-coordinate representation of color #4B5DDF: hue angle of 232.7º degrees, saturation: 0.7, 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 #4B5DDF is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 93 223 -
CMYK 0.66 0.58 0 0.13
HSL 232.7º 0.7% 0.58% -
HSV(B) 232.7º 0.66% 0.87% -
XYZ 20.14 14.65 71.58 -
YUV 102.44 196.04 108.43 -
System Red Green Blue C M Y K H S L
Decimal 75 93 223 0.66 0.58 0 0.13 232.7 0.7 0.58
Hex 4B 5D DF 42 3A 0 D E9 46 3A
Octal 113 135 337 102 72 0 15 351 106 72
Binary 1001011 1011101 11011111 1000010 111010 0 1101 11101001 1000110 111010

Color Harmonies of #4B5DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5DDF

Black with #4B5DDF

Text Example


Text Example

White with #4B5DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,93,223); }

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

background-color css

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

 a { background-color: rgb(75,93,223); }

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

border-color css

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

 span { border-color: rgb(75,93,223); }

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