Html Css Color HEX #449CCC Picton Blue

📋 copy color: '#449CCC'

red 68 ◦ green 156 ◦ blue 204

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

Shades of Picton Blue #449CCC

Tints of Picton Blue #449CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 15.89%
G = 36.45%
B = 47.66%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#449CCC (or 0x449CCC) is known color: Picton Blue. HEX triplet: 44, 9C and CC. RGB value is (68,156,204). Sum of RGB (Red+Green+Blue) = 68+156+204=428 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.89% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #449CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449CCC is #BB6333. Grayscale: #868686. Windows color (decimal): -12280628 or 13409348. OLE color: 13409348.

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

Color convert

RGB 68 156 204 -
CMYK 0.67 0.24 0 0.2
HSL 201.18º 0.57% 0.53% -
HSV(B) 201.18º 0.67% 0.8% -
XYZ 25.17 29.37 61.47 -
YUV 135.16 166.85 80.1 -
System Red Green Blue C M Y K H S L
Decimal 68 156 204 0.67 0.24 0 0.2 201.18 0.57 0.53
Hex 44 9C CC 43 18 0 14 C9 39 35
Octal 104 234 314 103 30 0 24 311 71 65
Binary 1000100 10011100 11001100 1000011 11000 0 10100 11001001 111001 110101

Color Harmonies of #449CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449CCC

Black with #449CCC

Text Example


Text Example

White with #449CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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