Html Css Color HEX #449BCF Picton Blue

📋 copy color: '#449BCF'

red 68 ◦ green 155 ◦ blue 207

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

Shades of Picton Blue #449BCF

Tints of Picton Blue #449BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.14%

R = 15.81%
G = 36.05%
B = 48.14%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#449BCF (or 0x449BCF) is known color: Picton Blue. HEX triplet: 44, 9B and CF. RGB value is (68,155,207). Sum of RGB (Red+Green+Blue) = 68+155+207=430 (56% of max value = 765). Red value is 68 (26.95% from 255 or 15.81% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #449BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #449BCF is #BB6430. Grayscale: #868686. Windows color (decimal): -12280881 or 13605700. OLE color: 13605700.

HSL color Cylindrical-coordinate representation of color #449BCF: hue angle of 202.45º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #449BCF is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 68 155 207 -
CMYK 0.67 0.25 0 0.19
HSL 202.45º 0.59% 0.54% -
HSV(B) 202.45º 0.67% 0.81% -
XYZ 25.37 29.18 63.33 -
YUV 134.92 168.68 80.27 -
System Red Green Blue C M Y K H S L
Decimal 68 155 207 0.67 0.25 0 0.19 202.45 0.59 0.54
Hex 44 9B CF 43 19 0 13 CA 3B 36
Octal 104 233 317 103 31 0 23 312 73 66
Binary 1000100 10011011 11001111 1000011 11001 0 10011 11001010 111011 110110

Color Harmonies of #449BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449BCF

Black with #449BCF

Text Example


Text Example

White with #449BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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