Html Css Color HEX #449DCB Picton Blue

📋 copy color: '#449DCB'

red 68 ◦ green 157 ◦ blue 203

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

Shades of Picton Blue #449DCB

Tints of Picton Blue #449DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.68%

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

R = 15.89%
G = 36.68%
B = 47.43%

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

#449DCB (or 0x449DCB) is known color: Picton Blue. HEX triplet: 44, 9D and CB. RGB value is (68,157,203). Sum of RGB (Red+Green+Blue) = 68+157+203=428 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.89% from 428); Green value is 157 (61.72% from 255 or 36.68% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #449DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449DCB is #BB6234. Grayscale: #878787. Windows color (decimal): -12280373 or 13344068. OLE color: 13344068.

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

Color convert

RGB 68 157 203 -
CMYK 0.67 0.23 0 0.20
HSL 200.44º 0.56% 0.53% -
HSV(B) 200.44º 0.67% 0.8% -
XYZ 25.22 29.65 60.89 -
YUV 135.63 166.01 79.76 -
System Red Green Blue C M Y K H S L
Decimal 68 157 203 0.67 0.23 0 0.20 200.44 0.56 0.53
Hex 44 9D CB 43 17 0 14 C8 38 35
Octal 104 235 313 103 27 0 24 310 70 65
Binary 1000100 10011101 11001011 1000011 10111 0 10100 11001000 111000 110101

Color Harmonies of #449DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449DCB

Black with #449DCB

Text Example


Text Example

White with #449DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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