Html Css Color HEX #449BDC Picton Blue

📋 copy color: '#449BDC'

red 68 ◦ green 155 ◦ blue 220

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

Shades of Picton Blue #449BDC

Tints of Picton Blue #449BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.66%

R = 15.35%
G = 34.99%
B = 49.66%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#449BDC (or 0x449BDC) is known color: Picton Blue. HEX triplet: 44, 9B and DC. RGB value is (68,155,220). Sum of RGB (Red+Green+Blue) = 68+155+220=443 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.35% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #449BDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BDC is #BB6423. Grayscale: #888888. Windows color (decimal): -12280868 or 14457668. OLE color: 14457668.

HSL color Cylindrical-coordinate representation of color #449BDC: hue angle of 205.66º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #449BDC is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 155 220 -
CMYK 0.69 0.30 0 0.14
HSL 205.66º 0.68% 0.56% -
HSV(B) 205.66º 0.69% 0.86% -
XYZ 27.02 29.84 72.05 -
YUV 136.4 175.18 79.21 -
System Red Green Blue C M Y K H S L
Decimal 68 155 220 0.69 0.30 0 0.14 205.66 0.68 0.56
Hex 44 9B DC 45 1E 0 E CE 44 38
Octal 104 233 334 105 36 0 16 316 104 70
Binary 1000100 10011011 11011100 1000101 11110 0 1110 11001110 1000100 111000

Color Harmonies of #449BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449BDC

Black with #449BDC

Text Example


Text Example

White with #449BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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