#4A68DC

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

Shades of Royal Blue #4A68DC

Tints of Royal Blue #4A68DC

Color information

#4A68DC (or 0x4A68DC) is unknown color: approx Royal Blue. HEX triplet: 4A, 68 and DC. RGB value is (74,104,220). Sum of RGB (Red+Green+Blue) = 74+104+220=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 104 (41.02% from 255 or 26.13% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #4A68DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4A68DC is #B59723. Grayscale: #6B6B6B. Windows color (decimal): -11900708 or 14444618. OLE color: 14444618.

HSL color Cylindrical-coordinate representation of color #4A68DC: hue angle of 227.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A68DC is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB74104220-
CMYK0.660.5300.14
HSL227.67º67.59%57.65%-
HSV(B)227.67º66.36%86.27%-
XYZ20.6916.5269.81-
YUV108.25191.06103.57-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.59%
GREEN value IS 104 (41.02% from 255) = 26.13%
BLUE value IS 220 (86.33% from 255) = 55.28%
R=18.59%
G=26.13%
B=55.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal741042200.660.5300.14227.6767.5957.65
Hex4A68DC42350Ee4443a
Octal1121503341026501634410472
Binary1001010110100011011100100001011010101110111001001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A68DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,104,220); }

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

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

 a { background-color: rgb(74,104,220); }

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

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

 span { border-color: rgb(74,104,220); }

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