Html Css Color HEX #449CDC Picton Blue

📋 copy color: '#449CDC'

red 68 ◦ green 156 ◦ blue 220

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

Shades of Picton Blue #449CDC

Tints of Picton Blue #449CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.14%

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

R = 15.32%
G = 35.14%
B = 49.55%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#449CDC (or 0x449CDC) is known color: Picton Blue. HEX triplet: 44, 9C and DC. RGB value is (68,156,220). Sum of RGB (Red+Green+Blue) = 68+156+220=444 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.32% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #449CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449CDC is #BB6323. Grayscale: #888888. Windows color (decimal): -12280612 or 14457924. OLE color: 14457924.

HSL color Cylindrical-coordinate representation of color #449CDC: hue angle of 205.26º 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 #449CDC is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 68 156 220 -
CMYK 0.69 0.29 0 0.14
HSL 205.26º 0.68% 0.56% -
HSV(B) 205.26º 0.69% 0.86% -
XYZ 27.19 30.17 72.1 -
YUV 136.98 174.85 78.8 -
System Red Green Blue C M Y K H S L
Decimal 68 156 220 0.69 0.29 0 0.14 205.26 0.68 0.56
Hex 44 9C DC 45 1D 0 E CD 44 38
Octal 104 234 334 105 35 0 16 315 104 70
Binary 1000100 10011100 11011100 1000101 11101 0 1110 11001101 1000100 111000

Color Harmonies of #449CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449CDC

Black with #449CDC

Text Example


Text Example

White with #449CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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