#449BC6

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

Shades of Picton Blue #449BC6

Tints of Picton Blue #449BC6

Color information

#449BC6 (or 0x449BC6) is unknown color: approx Picton Blue. HEX triplet: 44, 9B and C6. RGB value is (68,155,198). Sum of RGB (Red+Green+Blue) = 68+155+198=421 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.15% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 198 - color contains mainly: blue. Hex color #449BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BC6 is #BB6439. Grayscale: #858585. Windows color (decimal): -12280890 or 13015876. OLE color: 13015876.

HSL color Cylindrical-coordinate representation of color #449BC6: hue angle of 199.85º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #449BC6 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB68155198-
CMYK0.660.2200.22
HSL199.85º53.28%52.16%-
HSV(B)199.85º65.66%77.65%-
XYZ24.328.7557.69-
YUV133.89164.1881-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.15%
GREEN value IS 155 (60.94% from 255) = 36.82%
BLUE value IS 198 (77.73% from 255) = 47.03%
R=16.15%
G=36.82%
B=47.03%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal681551980.660.2200.22199.8553.2852.16
Hex449BC64216016c83534
Octal104233306102260263106564
Binary1000100100110111100011010000101011001011011001000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449BC6; }

 p { color: rgb(68,155,198); }

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

<style>
 a { background-color: #449BC6; }

 a { background-color: rgb(68,155,198); }

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

<style>
 span { border-color: #449BC6; }

 span { border-color: rgb(68,155,198); }

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