Html Css Color HEX #449AC7 Picton Blue

📋 copy color: '#449AC7'

red 68 ◦ green 154 ◦ blue 199

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

Shades of Picton Blue #449AC7

Tints of Picton Blue #449AC7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.58%

 BLUE value IS 199 (78.13% from 255) = 47.27%

R = 16.15%
G = 36.58%
B = 47.27%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#449AC7 (or 0x449AC7) is known color: Picton Blue. HEX triplet: 44, 9A and C7. RGB value is (68,154,199). Sum of RGB (Red+Green+Blue) = 68+154+199=421 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.15% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 199 (78.12% from 255 or 47.27% from 421); Max value from RGB is 199 - color contains mainly: blue. Hex color #449AC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449AC7 is #BB6538. Grayscale: #858585. Windows color (decimal): -12281145 or 13081156. OLE color: 13081156.

HSL color Cylindrical-coordinate representation of color #449AC7: hue angle of 200.61º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #449AC7 is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 154 199 -
CMYK 0.66 0.23 0 0.22
HSL 200.61º 0.54% 0.52% -
HSV(B) 200.61º 0.66% 0.78% -
XYZ 24.25 28.46 58.25 -
YUV 133.42 165.01 81.34 -
System Red Green Blue C M Y K H S L
Decimal 68 154 199 0.66 0.23 0 0.22 200.61 0.54 0.52
Hex 44 9A C7 42 17 0 16 C9 36 34
Octal 104 232 307 102 27 0 26 311 66 64
Binary 1000100 10011010 11000111 1000010 10111 0 10110 11001001 110110 110100

Color Harmonies of #449AC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449AC7

Black with #449AC7

Text Example


Text Example

White with #449AC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,154,199); }

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

background-color css

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

 a { background-color: rgb(68,154,199); }

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

border-color css

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

 span { border-color: rgb(68,154,199); }

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