#4B6AFC

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

Shades of Royal Blue #4B6AFC

Tints of Royal Blue #4B6AFC

Color information

#4B6AFC (or 0x4B6AFC) is unknown color: approx Royal Blue. HEX triplet: 4B, 6A and FC. RGB value is (75,106,252). Sum of RGB (Red+Green+Blue) = 75+106+252=433 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.32% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 252 (98.83% from 255 or 58.20% from 433); Max value from RGB is 252 - color contains mainly: blue. Hex color #4B6AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B6AFC is #B49503. Grayscale: #707070. Windows color (decimal): -11834628 or 16542283. OLE color: 16542283.

HSL color Cylindrical-coordinate representation of color #4B6AFC: hue angle of 229.49º 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 #4B6AFC is Cyan = 0.70, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB75106252-
CMYK0.700.5800.01
HSL229.49º96.72%64.12%-
HSV(B)229.49º70.24%98.82%-
XYZ25.6318.8394.38-
YUV113.38206.23100.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.32%
GREEN value IS 106 (41.80% from 255) = 24.48%
BLUE value IS 252 (98.83% from 255) = 58.20%
R=17.32%
G=24.48%
B=58.20%

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
Decimal751062520.700.5800.01229.4996.7264.12
Hex4B6AFC463A01e56140
Octal1131523741067201345141100
Binary10010111101010111111001000110111010011110010111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6AFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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