Html Css Color HEX #4B72D6 Royal Blue

📋 copy color: '#4B72D6'

red 75 ◦ green 114 ◦ blue 214

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

Shades of Royal Blue #4B72D6

Tints of Royal Blue #4B72D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 53.1%

R = 18.61%
G = 28.29%
B = 53.1%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4B72D6 (or 0x4B72D6) is known color: Royal Blue. HEX triplet: 4B, 72 and D6. RGB value is (75,114,214). Sum of RGB (Red+Green+Blue) = 75+114+214=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #4B72D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B72D6 is #B48D29. Grayscale: #717171. Windows color (decimal): -11832618 or 14053963. OLE color: 14053963.

HSL color Cylindrical-coordinate representation of color #4B72D6: hue angle of 223.17º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B72D6 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 75 114 214 -
CMYK 0.65 0.47 0 0.16
HSL 223.17º 0.63% 0.57% -
HSV(B) 223.17º 0.65% 0.84% -
XYZ 21.06 18.39 66.06 -
YUV 113.74 184.58 100.37 -
System Red Green Blue C M Y K H S L
Decimal 75 114 214 0.65 0.47 0 0.16 223.17 0.63 0.57
Hex 4B 72 D6 41 2F 0 10 DF 3F 39
Octal 113 162 326 101 57 0 20 337 77 71
Binary 1001011 1110010 11010110 1000001 101111 0 10000 11011111 111111 111001

Color Harmonies of #4B72D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B72D6

Black with #4B72D6

Text Example


Text Example

White with #4B72D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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