#4B6BCB

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

Shades of Royal Blue #4B6BCB

Tints of Royal Blue #4B6BCB

Color information

#4B6BCB (or 0x4B6BCB) is unknown color: approx Royal Blue. HEX triplet: 4B, 6B and CB. RGB value is (75,107,203). Sum of RGB (Red+Green+Blue) = 75+107+203=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B6BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B6BCB is #B49434. Grayscale: #6B6B6B. Windows color (decimal): -11834421 or 13331275. OLE color: 13331275.

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

Color convert

RGB75107203-
CMYK0.630.4700.20
HSL225º55.17%54.51%-
HSV(B)225º63.05%79.61%-
XYZ18.9416.3258.65-
YUV108.38181.4104.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.48%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 203 (79.69% from 255) = 52.73%
R=19.48%
G=27.79%
B=52.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal751072030.630.4700.2022555.1754.51
Hex4B6BCB3F2F014e13737
Octal11315331377570243416767
Binary100101111010111100101111111110111101010011100001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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