Html Css Color HEX #459CCE Picton Blue

📋 copy color: '#459CCE'

red 69 ◦ green 156 ◦ blue 206

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

Shades of Picton Blue #459CCE

Tints of Picton Blue #459CCE

RGB

 RED value IS 69 (27.34% from 255) = 16.01%

 GREEN value IS 156 (61.33% from 255) = 36.19%

 BLUE value IS 206 (80.86% from 255) = 47.8%

R = 16.01%
G = 36.19%
B = 47.8%

CMYK

 C value IS 0.67

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#459CCE (or 0x459CCE) is known color: Picton Blue. HEX triplet: 45, 9C and CE. RGB value is (69,156,206). Sum of RGB (Red+Green+Blue) = 69+156+206=431 (57% of max value = 765). Red value is 69 (27.34% from 255 or 16.01% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 206 (80.86% from 255 or 47.80% from 431); Max value from RGB is 206 - color contains mainly: blue. Hex color #459CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459CCE is #BA6331. Grayscale: #878787. Windows color (decimal): -12215090 or 13540421. OLE color: 13540421.

HSL color Cylindrical-coordinate representation of color #459CCE: hue angle of 201.9º degrees, saturation: 0.58, 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 #459CCE is Cyan = 0.67, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 69 156 206 -
CMYK 0.67 0.24 0 0.19
HSL 201.9º 0.58% 0.54% -
HSV(B) 201.9º 0.67% 0.81% -
XYZ 25.48 29.5 62.74 -
YUV 135.69 167.68 80.43 -
System Red Green Blue C M Y K H S L
Decimal 69 156 206 0.67 0.24 0 0.19 201.9 0.58 0.54
Hex 45 9C CE 43 18 0 13 CA 3A 36
Octal 105 234 316 103 30 0 23 312 72 66
Binary 1000101 10011100 11001110 1000011 11000 0 10011 11001010 111010 110110

Color Harmonies of #459CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459CCE

Black with #459CCE

Text Example


Text Example

White with #459CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #459CCE; }

 p { color: rgb(69,156,206); }

 H1.HeaderClassName
 {
   color: #459CCE;
 }
 .AnyTagClassName
 {
   color: #459CCE;
 }
</style>

background-color css

<style>
 a { background-color: #459CCE; }

 a { background-color: rgb(69,156,206); }

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

border-color css

<style>
 span { border-color: #459CCE; }

 span { border-color: rgb(69,156,206); }

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