#4B69FC

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

Shades of Royal Blue #4B69FC

Tints of Royal Blue #4B69FC

Color information

#4B69FC (or 0x4B69FC) is unknown color: approx Royal Blue. HEX triplet: 4B, 69 and FC. RGB value is (75,105,252). Sum of RGB (Red+Green+Blue) = 75+105+252=432 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.36% from 432); Green value is 105 (41.41% from 255 or 24.31% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #4B69FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B69FC is #B49603. Grayscale: #707070. Windows color (decimal): -11834884 or 16542027. OLE color: 16542027.

HSL color Cylindrical-coordinate representation of color #4B69FC: hue angle of 229.83º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B69FC is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB75105252-
CMYK0.700.5800.01
HSL229.83º96.72%64.12%-
HSV(B)229.83º70.24%98.82%-
XYZ25.5218.6394.35-
YUV112.79206.56101.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.36%
GREEN value IS 105 (41.41% from 255) = 24.31%
BLUE value IS 252 (98.83% from 255) = 58.33%
R=17.36%
G=24.31%
B=58.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal751052520.700.5800.01229.8396.7264.12
Hex4B69FC463A01e66140
Octal1131513741067201346141100
Binary10010111101001111111001000110111010011110011011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B69FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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