#4B6CEB

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

Shades of Royal Blue #4B6CEB

Tints of Royal Blue #4B6CEB

Color information

#4B6CEB (or 0x4B6CEB) is unknown color: approx Royal Blue. HEX triplet: 4B, 6C and EB. RGB value is (75,108,235). Sum of RGB (Red+Green+Blue) = 75+108+235=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 235 (92.19% from 255 or 56.22% from 418); Max value from RGB is 235 - color contains mainly: blue. Hex color #4B6CEB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B6CEB is #B49314. Grayscale: #707070. Windows color (decimal): -11834133 or 15428683. OLE color: 15428683.

HSL color Cylindrical-coordinate representation of color #4B6CEB: hue angle of 227.62º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B6CEB is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB75108235-
CMYK0.680.5400.08
HSL227.62º80%60.78%-
HSV(B)227.62º68.09%92.16%-
XYZ23.2618.2280.89-
YUV112.61197.07101.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.94%
GREEN value IS 108 (42.58% from 255) = 25.84%
BLUE value IS 235 (92.19% from 255) = 56.22%
R=17.94%
G=25.84%
B=56.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal751082350.680.5400.08227.628060.78
Hex4B6CEB443608e4503d
Octal1131543531046601034412075
Binary1001011110110011101011100010011011001000111001001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,108,235); }

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

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

 a { background-color: rgb(75,108,235); }

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

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

 span { border-color: rgb(75,108,235); }

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