Html Css Color HEX #4B72DF Royal Blue

📋 copy color: '#4B72DF'

red 75 ◦ green 114 ◦ blue 223

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

Shades of Royal Blue #4B72DF

Tints of Royal Blue #4B72DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.67%

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

R = 18.2%
G = 27.67%
B = 54.13%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B72DF (or 0x4B72DF) is known color: Royal Blue. HEX triplet: 4B, 72 and DF. RGB value is (75,114,223). Sum of RGB (Red+Green+Blue) = 75+114+223=412 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.20% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 223 (87.5% from 255 or 54.13% from 412); Max value from RGB is 223 - color contains mainly: blue. Hex color #4B72DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B72DF is #B48D20. Grayscale: #727272. Windows color (decimal): -11832609 or 14643787. OLE color: 14643787.

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

Color convert

RGB 75 114 223 -
CMYK 0.66 0.49 0 0.13
HSL 224.19º 0.7% 0.58% -
HSV(B) 224.19º 0.66% 0.87% -
XYZ 22.24 18.86 72.28 -
YUV 114.77 189.08 99.64 -
System Red Green Blue C M Y K H S L
Decimal 75 114 223 0.66 0.49 0 0.13 224.19 0.7 0.58
Hex 4B 72 DF 42 31 0 D E0 46 3A
Octal 113 162 337 102 61 0 15 340 106 72
Binary 1001011 1110010 11011111 1000010 110001 0 1101 11100000 1000110 111010

Color Harmonies of #4B72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B72DF

Black with #4B72DF

Text Example


Text Example

White with #4B72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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