Html Css Color HEX #4B5FDF Royal Blue

📋 copy color: '#4B5FDF'

red 75 ◦ green 95 ◦ blue 223

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

Shades of Royal Blue #4B5FDF

Tints of Royal Blue #4B5FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.17%

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

R = 19.08%
G = 24.17%
B = 56.74%

CMYK

 C value IS 0.66

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B5FDF (or 0x4B5FDF) is known color: Royal Blue. HEX triplet: 4B, 5F and DF. RGB value is (75,95,223). Sum of RGB (Red+Green+Blue) = 75+95+223=393 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.08% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 223 (87.5% from 255 or 56.74% from 393); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B5FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B5FDF is #B4A020. Grayscale: #676767. Windows color (decimal): -11837473 or 14638923. OLE color: 14638923.

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

Color convert

RGB 75 95 223 -
CMYK 0.66 0.57 0 0.13
HSL 231.89º 0.7% 0.58% -
HSV(B) 231.89º 0.66% 0.87% -
XYZ 20.31 15.01 71.64 -
YUV 103.61 195.37 107.59 -
System Red Green Blue C M Y K H S L
Decimal 75 95 223 0.66 0.57 0 0.13 231.89 0.7 0.58
Hex 4B 5F DF 42 39 0 D E8 46 3A
Octal 113 137 337 102 71 0 15 350 106 72
Binary 1001011 1011111 11011111 1000010 111001 0 1101 11101000 1000110 111010

Color Harmonies of #4B5FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B5FDF

Black with #4B5FDF

Text Example


Text Example

White with #4B5FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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