Html Css Color HEX #459FCC Picton Blue

📋 copy color: '#459FCC'

red 69 ◦ green 159 ◦ blue 204

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

Shades of Picton Blue #459FCC

Tints of Picton Blue #459FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.81%

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

R = 15.97%
G = 36.81%
B = 47.22%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#459FCC (or 0x459FCC) is known color: Picton Blue. HEX triplet: 45, 9F and CC. RGB value is (69,159,204). Sum of RGB (Red+Green+Blue) = 69+159+204=432 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.97% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #459FCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459FCC is #BA6033. Grayscale: #888888. Windows color (decimal): -12214324 or 13410117. OLE color: 13410117.

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

Color convert

RGB 69 159 204 -
CMYK 0.66 0.22 0 0.2
HSL 200º 0.57% 0.54% -
HSV(B) 200º 0.66% 0.8% -
XYZ 25.75 30.42 61.64 -
YUV 137.22 165.68 79.34 -
System Red Green Blue C M Y K H S L
Decimal 69 159 204 0.66 0.22 0 0.2 200 0.57 0.54
Hex 45 9F CC 42 16 0 14 C8 39 36
Octal 105 237 314 102 26 0 24 310 71 66
Binary 1000101 10011111 11001100 1000010 10110 0 10100 11001000 111001 110110

Color Harmonies of #459FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459FCC

Black with #459FCC

Text Example


Text Example

White with #459FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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