#4B72CC

Color #4B72CC Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4B72CC

Tints of Royal Blue #4B72CC

Color information

#4B72CC (or 0x4B72CC) is unknown color: approx Royal Blue. HEX triplet: 4B, 72 and CC. RGB value is (75,114,204). Sum of RGB (Red+Green+Blue) = 75+114+204=393 (52% of max value = 765). Red value is 75 (29.69% from 255 or 19.08% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #4B72CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B72CC is #B48D33. Grayscale: #707070. Windows color (decimal): -11832628 or 13398603. OLE color: 13398603.

HSL color Cylindrical-coordinate representation of color #4B72CC: hue angle of 221.86º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B72CC is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB75114204-
CMYK0.630.4400.2
HSL221.86º55.84%54.71%-
HSV(B)221.86º63.24%80%-
XYZ19.8217.8959.54-
YUV112.6179.58101.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.08%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 204 (80.08% from 255) = 51.91%
R=19.08%
G=29.01%
B=51.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal751142040.630.4400.2221.8655.8454.71
Hex4B72CC3F2C014de3837
Octal11316231477540243367067
Binary100101111100101100110011111110110001010011011110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B72CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B72CC;
 }
 .AnyTagClassName
 {
   color: #4B72CC;
 }
</style>
background-color css

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

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

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

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

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

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