#4B68F2

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

Shades of Royal Blue #4B68F2

Tints of Royal Blue #4B68F2

Color information

#4B68F2 (or 0x4B68F2) is unknown color: approx Royal Blue. HEX triplet: 4B, 68 and F2. RGB value is (75,104,242). Sum of RGB (Red+Green+Blue) = 75+104+242=421 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.81% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 242 (94.92% from 255 or 57.48% from 421); Max value from RGB is 242 - color contains mainly: blue. Hex color #4B68F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B68F2 is #B4970D. Grayscale: #6E6E6E. Windows color (decimal): -11835150 or 15886411. OLE color: 15886411.

HSL color Cylindrical-coordinate representation of color #4B68F2: hue angle of 229.58º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B68F2 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB75104242-
CMYK0.690.5700.05
HSL229.58º86.53%62.16%-
HSV(B)229.58º69.01%94.9%-
XYZ23.8817.8186.18-
YUV111.06201.89102.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.81%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 242 (94.92% from 255) = 57.48%
R=17.81%
G=24.70%
B=57.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal751042420.690.5700.05229.5886.5362.16
Hex4B68F2453905e6573e
Octal113150362105710534612776
Binary100101111010001111001010001011110010101111001101010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B68F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,104,242); }

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

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

 a { background-color: rgb(75,104,242); }

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

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

 span { border-color: rgb(75,104,242); }

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