Html Css Color HEX #449CCD Picton Blue

📋 copy color: '#449CCD'

red 68 ◦ green 156 ◦ blue 205

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

Shades of Picton Blue #449CCD

Tints of Picton Blue #449CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 15.85%
G = 36.36%
B = 47.79%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#449CCD (or 0x449CCD) is known color: Picton Blue. HEX triplet: 44, 9C and CD. RGB value is (68,156,205). Sum of RGB (Red+Green+Blue) = 68+156+205=429 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.85% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #449CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449CCD is #BB6332. Grayscale: #868686. Windows color (decimal): -12280627 or 13474884. OLE color: 13474884.

HSL color Cylindrical-coordinate representation of color #449CCD: hue angle of 201.46º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #449CCD is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 156 205 -
CMYK 0.67 0.24 0 0.20
HSL 201.46º 0.58% 0.54% -
HSV(B) 201.46º 0.67% 0.8% -
XYZ 25.29 29.41 62.1 -
YUV 135.27 167.35 80.02 -
System Red Green Blue C M Y K H S L
Decimal 68 156 205 0.67 0.24 0 0.20 201.46 0.58 0.54
Hex 44 9C CD 43 18 0 14 C9 3A 36
Octal 104 234 315 103 30 0 24 311 72 66
Binary 1000100 10011100 11001101 1000011 11000 0 10100 11001001 111010 110110

Color Harmonies of #449CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449CCD

Black with #449CCD

Text Example


Text Example

White with #449CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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