Html Css Color HEX #449BD2 Picton Blue

📋 copy color: '#449BD2'

red 68 ◦ green 155 ◦ blue 210

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

Shades of Picton Blue #449BD2

Tints of Picton Blue #449BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 48.5%

R = 15.7%
G = 35.8%
B = 48.5%

CMYK

 C value IS 0.68

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#449BD2 (or 0x449BD2) is known color: Picton Blue. HEX triplet: 44, 9B and D2. RGB value is (68,155,210). Sum of RGB (Red+Green+Blue) = 68+155+210=433 (57% of max value = 765). Red value is 68 (26.95% from 255 or 15.70% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 210 - color contains mainly: blue. Hex color #449BD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BD2 is #BB642D. Grayscale: #868686. Windows color (decimal): -12280878 or 13802308. OLE color: 13802308.

HSL color Cylindrical-coordinate representation of color #449BD2: hue angle of 203.24º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #449BD2 is Cyan = 0.68, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 68 155 210 -
CMYK 0.68 0.26 0 0.18
HSL 203.24º 0.61% 0.55% -
HSV(B) 203.24º 0.68% 0.82% -
XYZ 25.74 29.32 65.28 -
YUV 135.26 170.18 80.03 -
System Red Green Blue C M Y K H S L
Decimal 68 155 210 0.68 0.26 0 0.18 203.24 0.61 0.55
Hex 44 9B D2 44 1A 0 12 CB 3D 37
Octal 104 233 322 104 32 0 22 313 75 67
Binary 1000100 10011011 11010010 1000100 11010 0 10010 11001011 111101 110111

Color Harmonies of #449BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449BD2

Black with #449BD2

Text Example


Text Example

White with #449BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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