Html Css Color HEX #449BDD Picton Blue

📋 copy color: '#449BDD'

red 68 ◦ green 155 ◦ blue 221

#449BDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #449BDD

Tints of Picton Blue #449BDD

RGB

 RED value IS 68 (26.95% from 255) = 15.32%

 GREEN value IS 155 (60.94% from 255) = 34.91%

 BLUE value IS 221 (86.72% from 255) = 49.77%

R = 15.32%
G = 34.91%
B = 49.77%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#449BDD (or 0x449BDD) is known color: Picton Blue. HEX triplet: 44, 9B and DD. RGB value is (68,155,221). Sum of RGB (Red+Green+Blue) = 68+155+221=444 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.32% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #449BDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BDD is #BB6422. Grayscale: #888888. Windows color (decimal): -12280867 or 14523204. OLE color: 14523204.

HSL color Cylindrical-coordinate representation of color #449BDD: hue angle of 205.88º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #449BDD is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 155 221 -
CMYK 0.69 0.30 0 0.13
HSL 205.88º 0.69% 0.57% -
HSV(B) 205.88º 0.69% 0.87% -
XYZ 27.16 29.89 72.75 -
YUV 136.51 175.68 79.13 -
System Red Green Blue C M Y K H S L
Decimal 68 155 221 0.69 0.30 0 0.13 205.88 0.69 0.57
Hex 44 9B DD 45 1E 0 D CE 45 39
Octal 104 233 335 105 36 0 15 316 105 71
Binary 1000100 10011011 11011101 1000101 11110 0 1101 11001110 1000101 111001

Color Harmonies of #449BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449BDD

Black with #449BDD

Text Example


Text Example

White with #449BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #449BDD;
 }
 .AnyTagClassName
 {
   color: #449BDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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