#4B6ACB

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

Shades of Royal Blue #4B6ACB

Tints of Royal Blue #4B6ACB

Color information

#4B6ACB (or 0x4B6ACB) is unknown color: approx Royal Blue. HEX triplet: 4B, 6A and CB. RGB value is (75,106,203). Sum of RGB (Red+Green+Blue) = 75+106+203=384 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.53% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 203 (79.69% from 255 or 52.86% from 384); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B6ACB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6ACB is #B49534. Grayscale: #6B6B6B. Windows color (decimal): -11834677 or 13331019. OLE color: 13331019.

HSL color Cylindrical-coordinate representation of color #4B6ACB: hue angle of 225.47º degrees, saturation: 0.55, 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 #4B6ACB is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB75106203-
CMYK0.630.4800.20
HSL225.47º55.17%54.51%-
HSV(B)225.47º63.05%79.61%-
XYZ18.8416.1258.62-
YUV107.79181.73104.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.53%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 203 (79.69% from 255) = 52.86%
R=19.53%
G=27.60%
B=52.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal751062030.630.4800.20225.4755.1754.51
Hex4B6ACB3F30014e13737
Octal11315231377600243416767
Binary100101111010101100101111111111000001010011100001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,106,203); }

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

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

 a { background-color: rgb(75,106,203); }

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

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

 span { border-color: rgb(75,106,203); }

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