#4B6BFC

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

Shades of Royal Blue #4B6BFC

Tints of Royal Blue #4B6BFC

Color information

#4B6BFC (or 0x4B6BFC) is unknown color: approx Royal Blue. HEX triplet: 4B, 6B and FC. RGB value is (75,107,252). Sum of RGB (Red+Green+Blue) = 75+107+252=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 252 (98.83% from 255 or 58.06% from 434); Max value from RGB is 252 - color contains mainly: blue. Hex color #4B6BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4B6BFC is #B49403. Grayscale: #717171. Windows color (decimal): -11834372 or 16542539. OLE color: 16542539.

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

Color convert

RGB75107252-
CMYK0.700.5800.01
HSL229.15º96.72%64.12%-
HSV(B)229.15º70.24%98.82%-
XYZ25.7319.0494.41-
YUV113.96205.9100.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.28%
GREEN value IS 107 (42.19% from 255) = 24.65%
BLUE value IS 252 (98.83% from 255) = 58.06%
R=17.28%
G=24.65%
B=58.06%

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
Decimal751072520.700.5800.01229.1596.7264.12
Hex4B6BFC463A01e56140
Octal1131533741067201345141100
Binary10010111101011111111001000110111010011110010111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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