#4B69F2

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

Shades of Royal Blue #4B69F2

Tints of Royal Blue #4B69F2

Color information

#4B69F2 (or 0x4B69F2) is unknown color: approx Royal Blue. HEX triplet: 4B, 69 and F2. RGB value is (75,105,242). Sum of RGB (Red+Green+Blue) = 75+105+242=422 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.77% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 242 (94.92% from 255 or 57.35% from 422); Max value from RGB is 242 - color contains mainly: blue. Hex color #4B69F2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B69F2 is #B4960D. Grayscale: #6F6F6F. Windows color (decimal): -11834894 or 15886667. OLE color: 15886667.

HSL color Cylindrical-coordinate representation of color #4B69F2: hue angle of 229.22º 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 #4B69F2 is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB75105242-
CMYK0.690.5700.05
HSL229.22º86.53%62.16%-
HSV(B)229.22º69.01%94.9%-
XYZ23.9818.0186.22-
YUV111.65201.56101.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.77%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 242 (94.92% from 255) = 57.35%
R=17.77%
G=24.88%
B=57.35%

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
Decimal751052420.690.5700.05229.2286.5362.16
Hex4B69F2453905e5573e
Octal113151362105710534512776
Binary100101111010011111001010001011110010101111001011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B69F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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