#4469DA

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

Shades of Royal Blue #4469DA

Tints of Royal Blue #4469DA

Color information

#4469DA (or 0x4469DA) is unknown color: approx Royal Blue. HEX triplet: 44, 69 and DA. RGB value is (68,105,218). Sum of RGB (Red+Green+Blue) = 68+105+218=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #4469DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4469DA is #BB9625. Grayscale: #6A6A6A. Windows color (decimal): -12293670 or 14313796. OLE color: 14313796.

HSL color Cylindrical-coordinate representation of color #4469DA: hue angle of 225.2º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4469DA is Cyan = 0.69, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB68105218-
CMYK0.690.5200.15
HSL225.2º66.96%56.08%-
HSV(B)225.2º68.81%85.49%-
XYZ20.0916.3968.44-
YUV106.82190.74100.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.39%
GREEN value IS 105 (41.41% from 255) = 26.85%
BLUE value IS 218 (85.55% from 255) = 55.75%
R=17.39%
G=26.85%
B=55.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal681052180.690.5200.15225.266.9656.08
Hex4469DA45340Fe14338
Octal1041513321056401734110370
Binary1000100110100111011010100010111010001111111000011000011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4469DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4469DA; }

 p { color: rgb(68,105,218); }

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

<style>
 a { background-color: #4469DA; }

 a { background-color: rgb(68,105,218); }

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

<style>
 span { border-color: #4469DA; }

 span { border-color: rgb(68,105,218); }

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