Html Css Color HEX #449BCB Picton Blue

📋 copy color: '#449BCB'

red 68 ◦ green 155 ◦ blue 203

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

Shades of Picton Blue #449BCB

Tints of Picton Blue #449BCB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.38%

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

R = 15.96%
G = 36.38%
B = 47.65%

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

#449BCB (or 0x449BCB) is known color: Picton Blue. HEX triplet: 44, 9B and CB. RGB value is (68,155,203). Sum of RGB (Red+Green+Blue) = 68+155+203=426 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.96% from 426); Green value is 155 (60.94% from 255 or 36.38% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #449BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BCB is #BB6434. Grayscale: #868686. Windows color (decimal): -12280885 or 13343556. OLE color: 13343556.

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

Color convert

RGB 68 155 203 -
CMYK 0.67 0.24 0 0.20
HSL 201.33º 0.56% 0.53% -
HSV(B) 201.33º 0.67% 0.8% -
XYZ 24.88 28.98 60.78 -
YUV 134.46 166.68 80.6 -
System Red Green Blue C M Y K H S L
Decimal 68 155 203 0.67 0.24 0 0.20 201.33 0.56 0.53
Hex 44 9B CB 43 18 0 14 C9 38 35
Octal 104 233 313 103 30 0 24 311 70 65
Binary 1000100 10011011 11001011 1000011 11000 0 10100 11001001 111000 110101

Color Harmonies of #449BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449BCB

Black with #449BCB

Text Example


Text Example

White with #449BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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