Html Css Color HEX #449CCB Picton Blue

📋 copy color: '#449CCB'

red 68 ◦ green 156 ◦ blue 203

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

Shades of Picton Blue #449CCB

Tints of Picton Blue #449CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.54%

R = 15.93%
G = 36.53%
B = 47.54%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#449CCB (or 0x449CCB) is known color: Picton Blue. HEX triplet: 44, 9C and CB. RGB value is (68,156,203). Sum of RGB (Red+Green+Blue) = 68+156+203=427 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.93% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #449CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449CCB is #BB6334. Grayscale: #868686. Windows color (decimal): -12280629 or 13343812. OLE color: 13343812.

HSL color Cylindrical-coordinate representation of color #449CCB: hue angle of 200.89º degrees, saturation: 0.56, 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 #449CCB is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 68 156 203 -
CMYK 0.67 0.23 0 0.20
HSL 200.89º 0.56% 0.53% -
HSV(B) 200.89º 0.67% 0.8% -
XYZ 25.05 29.32 60.84 -
YUV 135.05 166.35 80.18 -
System Red Green Blue C M Y K H S L
Decimal 68 156 203 0.67 0.23 0 0.20 200.89 0.56 0.53
Hex 44 9C CB 43 17 0 14 C9 38 35
Octal 104 234 313 103 27 0 24 311 70 65
Binary 1000100 10011100 11001011 1000011 10111 0 10100 11001001 111000 110101

Color Harmonies of #449CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449CCB

Black with #449CCB

Text Example


Text Example

White with #449CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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