Html Css Color HEX #459BCD Picton Blue

📋 copy color: '#459BCD'

red 69 ◦ green 155 ◦ blue 205

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

Shades of Picton Blue #459BCD

Tints of Picton Blue #459BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.79%

R = 16.08%
G = 36.13%
B = 47.79%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#459BCD (or 0x459BCD) is known color: Picton Blue. HEX triplet: 45, 9B and CD. RGB value is (69,155,205). Sum of RGB (Red+Green+Blue) = 69+155+205=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #459BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BCD is #BA6432. Grayscale: #868686. Windows color (decimal): -12215347 or 13474629. OLE color: 13474629.

HSL color Cylindrical-coordinate representation of color #459BCD: hue angle of 202.06º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #459BCD is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 69 155 205 -
CMYK 0.66 0.24 0 0.20
HSL 202.06º 0.58% 0.54% -
HSV(B) 202.06º 0.66% 0.8% -
XYZ 25.2 29.12 62.05 -
YUV 134.99 167.51 80.93 -
System Red Green Blue C M Y K H S L
Decimal 69 155 205 0.66 0.24 0 0.20 202.06 0.58 0.54
Hex 45 9B CD 42 18 0 14 CA 3A 36
Octal 105 233 315 102 30 0 24 312 72 66
Binary 1000101 10011011 11001101 1000010 11000 0 10100 11001010 111010 110110

Color Harmonies of #459BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459BCD

Black with #459BCD

Text Example


Text Example

White with #459BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,155,205); }

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

background-color css

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

 a { background-color: rgb(69,155,205); }

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

border-color css

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

 span { border-color: rgb(69,155,205); }

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