Html Css Color HEX #449BDE Picton Blue

📋 copy color: '#449BDE'

red 68 ◦ green 155 ◦ blue 222

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

Shades of Picton Blue #449BDE

Tints of Picton Blue #449BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.89%

R = 15.28%
G = 34.83%
B = 49.89%

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

#449BDE (or 0x449BDE) is known color: Picton Blue. HEX triplet: 44, 9B and DE. RGB value is (68,155,222). Sum of RGB (Red+Green+Blue) = 68+155+222=445 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.28% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #449BDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BDE is #BB6421. Grayscale: #888888. Windows color (decimal): -12280866 or 14588740. OLE color: 14588740.

HSL color Cylindrical-coordinate representation of color #449BDE: hue angle of 206.1º degrees, saturation: 0.7, 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 #449BDE is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 155 222 -
CMYK 0.69 0.30 0 0.13
HSL 206.1º 0.7% 0.57% -
HSV(B) 206.1º 0.69% 0.87% -
XYZ 27.29 29.95 73.45 -
YUV 136.63 176.18 79.05 -
System Red Green Blue C M Y K H S L
Decimal 68 155 222 0.69 0.30 0 0.13 206.1 0.7 0.57
Hex 44 9B DE 45 1E 0 D CE 46 39
Octal 104 233 336 105 36 0 15 316 106 71
Binary 1000100 10011011 11011110 1000101 11110 0 1101 11001110 1000110 111001

Color Harmonies of #449BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449BDE

Black with #449BDE

Text Example


Text Example

White with #449BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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