Html Css Color HEX #459DCC Picton Blue

📋 copy color: '#459DCC'

red 69 ◦ green 157 ◦ blue 204

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

Shades of Picton Blue #459DCC

Tints of Picton Blue #459DCC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.51%

 BLUE value IS 204 (80.08% from 255) = 47.44%

R = 16.05%
G = 36.51%
B = 47.44%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#459DCC (or 0x459DCC) is known color: Picton Blue. HEX triplet: 45, 9D and CC. RGB value is (69,157,204). Sum of RGB (Red+Green+Blue) = 69+157+204=430 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.05% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #459DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459DCC is #BA6233. Grayscale: #878787. Windows color (decimal): -12214836 or 13409605. OLE color: 13409605.

HSL color Cylindrical-coordinate representation of color #459DCC: hue angle of 200.89º degrees, saturation: 0.57, 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 #459DCC is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 69 157 204 -
CMYK 0.66 0.23 0 0.2
HSL 200.89º 0.57% 0.54% -
HSV(B) 200.89º 0.66% 0.8% -
XYZ 25.41 29.74 61.53 -
YUV 136.05 166.35 80.18 -
System Red Green Blue C M Y K H S L
Decimal 69 157 204 0.66 0.23 0 0.2 200.89 0.57 0.54
Hex 45 9D CC 42 17 0 14 C9 39 36
Octal 105 235 314 102 27 0 24 311 71 66
Binary 1000101 10011101 11001100 1000010 10111 0 10100 11001001 111001 110110

Color Harmonies of #459DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459DCC

Black with #459DCC

Text Example


Text Example

White with #459DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,157,204); }

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

background-color css

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

 a { background-color: rgb(69,157,204); }

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

border-color css

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

 span { border-color: rgb(69,157,204); }

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