#4B65D6

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

Shades of Royal Blue #4B65D6

Tints of Royal Blue #4B65D6

Color information

#4B65D6 (or 0x4B65D6) is unknown color: approx Royal Blue. HEX triplet: 4B, 65 and D6. RGB value is (75,101,214). Sum of RGB (Red+Green+Blue) = 75+101+214=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #4B65D6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4B65D6 is #B49A29. Grayscale: #696969. Windows color (decimal): -11835946 or 14050635. OLE color: 14050635.

HSL color Cylindrical-coordinate representation of color #4B65D6: hue angle of 228.78º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B65D6 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB75101214-
CMYK0.650.5300.16
HSL228.78º62.9%56.67%-
HSV(B)228.78º64.95%83.92%-
XYZ19.6915.6665.6-
YUV106.11188.89105.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.23%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 214 (83.98% from 255) = 54.87%
R=19.23%
G=25.90%
B=54.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal751012140.650.5300.16228.7862.956.67
Hex4B65D64135010e53f39
Octal113145326101650203457771
Binary1001011110010111010110100000111010101000011100101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B65D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,101,214); }

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

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

 a { background-color: rgb(75,101,214); }

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

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

 span { border-color: rgb(75,101,214); }

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