#4b5de6

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

Shades of Royal Blue #4B5DE6

Tints of Royal Blue #4B5DE6

Color information

#4B5DE6 (or 0x4B5DE6) is unknown color: approx Royal Blue. HEX triplet: 4B, 5D and E6. RGB value is (75,93,230). Sum of RGB (Red+Green+Blue) = 75+93+230=398 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.84% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 230 (90.23% from 255 or 57.79% from 398); Max value from RGB is 230 - color contains mainly: blue. Hex color #4B5DE6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B5DE6 is #B4A219. Grayscale: #666666. Windows color (decimal): -11837978 or 15097163. OLE color: 15097163.

HSL color Cylindrical-coordinate representation of color #4B5DE6: hue angle of 233.03º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B5DE6 is Cyan = 0.67, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB7593230-
CMYK0.670.6000.10
HSL233.03º75.61%59.8%-
HSV(B)233.03º67.39%90.2%-
XYZ21.115.0476.65-
YUV103.24199.54107.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.84%
GREEN value IS 93 (36.72% from 255) = 23.37%
BLUE value IS 230 (90.23% from 255) = 57.79%
R=18.84%
G=23.37%
B=57.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal75932300.670.6000.10233.0375.6159.8
Hex4B5DE6433C0Ae94c3c
Octal1131353461037401235111474
Binary1001011101110111100110100001111110001010111010011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b5de6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,93,230); }

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

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

 a { background-color: rgb(75,93,230); }

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

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

 span { border-color: rgb(75,93,230); }

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