#467dd6

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

Shades of Royal Blue #467DD6

Tints of Royal Blue #467DD6

Color information

#467DD6 (or 0x467DD6) is unknown color: approx Royal Blue. HEX triplet: 46, 7D and D6. RGB value is (70,125,214). Sum of RGB (Red+Green+Blue) = 70+125+214=409 (54% of max value = 765). Red value is 70 (27.73% from 255 or 17.11% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 214 (83.98% from 255 or 52.32% from 409); Max value from RGB is 214 - color contains mainly: blue. Hex color #467DD6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DD6 is #B98229. Grayscale: #767676. Windows color (decimal): -12157482 or 14056774. OLE color: 14056774.

HSL color Cylindrical-coordinate representation of color #467DD6: hue angle of 217.08º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #467DD6 is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB70125214-
CMYK0.670.4200.16
HSL217.08º63.72%55.69%-
HSV(B)217.08º67.29%83.92%-
XYZ2220.8266.48-
YUV118.7181.7893.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.11%
GREEN value IS 125 (49.22% from 255) = 30.56%
BLUE value IS 214 (83.98% from 255) = 52.32%
R=17.11%
G=30.56%
B=52.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal701252140.670.4200.16217.0863.7255.69
Hex467DD6432A010d94038
Octal1061753261035202033110070
Binary10001101111101110101101000011101010010000110110011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467dd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467dd6; }

 p { color: rgb(70,125,214); }

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

<style>
 a { background-color: #467dd6; }

 a { background-color: rgb(70,125,214); }

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

<style>
 span { border-color: #467dd6; }

 span { border-color: rgb(70,125,214); }

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