#429BD7

Color #429BD7 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #429BD7

Tints of Picton Blue #429BD7

Color information

#429BD7 (or 0x429BD7) is unknown color: approx Picton Blue. HEX triplet: 42, 9B and D7. RGB value is (66,155,215). Sum of RGB (Red+Green+Blue) = 66+155+215=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 215 (84.38% from 255 or 49.31% from 436); Max value from RGB is 215 - color contains mainly: blue. Hex color #429BD7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #429BD7 is #BD6428. Grayscale: #868686. Windows color (decimal): -12411945 or 14129986. OLE color: 14129986.

HSL color Cylindrical-coordinate representation of color #429BD7: hue angle of 204.16º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #429BD7 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB66155215-
CMYK0.690.2800.16
HSL204.16º65.07%55.1%-
HSV(B)204.16º69.3%84.31%-
XYZ26.2329.5168.6-
YUV135.23173.0178.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.14%
GREEN value IS 155 (60.94% from 255) = 35.55%
BLUE value IS 215 (84.38% from 255) = 49.31%
R=15.14%
G=35.55%
B=49.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal661552150.690.2800.16204.1665.0755.1
Hex429BD7451C010cc4137
Octal1022333271053402031410167
Binary10000101001101111010111100010111100010000110011001000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #429BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #429BD7; }

 p { color: rgb(66,155,215); }

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

<style>
 a { background-color: #429BD7; }

 a { background-color: rgb(66,155,215); }

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

<style>
 span { border-color: #429BD7; }

 span { border-color: rgb(66,155,215); }

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