#4A65DE

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

Shades of Royal Blue #4A65DE

Tints of Royal Blue #4A65DE

Color information

#4A65DE (or 0x4A65DE) is unknown color: approx Royal Blue. HEX triplet: 4A, 65 and DE. RGB value is (74,101,222). Sum of RGB (Red+Green+Blue) = 74+101+222=397 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.64% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #4A65DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A65DE is #B59A21. Grayscale: #6A6A6A. Windows color (decimal): -11901474 or 14574922. OLE color: 14574922.

HSL color Cylindrical-coordinate representation of color #4A65DE: hue angle of 229.05º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4A65DE is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB74101222-
CMYK0.670.5500.13
HSL229.05º69.16%58.04%-
HSV(B)229.05º66.67%87.06%-
XYZ20.6616.0471.11-
YUV106.72193.05104.66-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.64%
GREEN value IS 101 (39.84% from 255) = 25.44%
BLUE value IS 222 (87.11% from 255) = 55.92%
R=18.64%
G=25.44%
B=55.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal741012220.670.5500.13229.0569.1658.04
Hex4A65DE43370De5453a
Octal1121453361036701534510572
Binary1001010110010111011110100001111011101101111001011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A65DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,101,222); }

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

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

 a { background-color: rgb(74,101,222); }

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

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

 span { border-color: rgb(74,101,222); }

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