#4B6CEE

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

Shades of Royal Blue #4B6CEE

Tints of Royal Blue #4B6CEE

Color information

#4B6CEE (or 0x4B6CEE) is unknown color: approx Royal Blue. HEX triplet: 4B, 6C and EE. RGB value is (75,108,238). Sum of RGB (Red+Green+Blue) = 75+108+238=421 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.81% from 421); Green value is 108 (42.58% from 255 or 25.65% from 421); Blue value is 238 (93.36% from 255 or 56.53% from 421); Max value from RGB is 238 - color contains mainly: blue. Hex color #4B6CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B6CEE is #B49311. Grayscale: #707070. Windows color (decimal): -11834130 or 15625291. OLE color: 15625291.

HSL color Cylindrical-coordinate representation of color #4B6CEE: hue angle of 227.85º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B6CEE is Cyan = 0.68, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB75108238-
CMYK0.680.5500.07
HSL227.85º82.74%61.37%-
HSV(B)227.85º68.49%93.33%-
XYZ23.718.3983.19-
YUV112.95198.57100.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.81%
GREEN value IS 108 (42.58% from 255) = 25.65%
BLUE value IS 238 (93.36% from 255) = 56.53%
R=17.81%
G=25.65%
B=56.53%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal751082380.680.5500.07227.8582.7461.37
Hex4B6CEE443707e4533d
Octal113154356104670734412375
Binary100101111011001110111010001001101110111111001001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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