Html Css Color HEX #459ACC Picton Blue

📋 copy color: '#459ACC'

red 69 ◦ green 154 ◦ blue 204

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

Shades of Picton Blue #459ACC

Tints of Picton Blue #459ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.07%

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

R = 16.16%
G = 36.07%
B = 47.78%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#459ACC (or 0x459ACC) is known color: Picton Blue. HEX triplet: 45, 9A and CC. RGB value is (69,154,204). Sum of RGB (Red+Green+Blue) = 69+154+204=427 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.16% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #459ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ACC is #BA6533. Grayscale: #868686. Windows color (decimal): -12215604 or 13408837. OLE color: 13408837.

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

Color convert

RGB 69 154 204 -
CMYK 0.66 0.25 0 0.2
HSL 202.22º 0.57% 0.54% -
HSV(B) 202.22º 0.66% 0.8% -
XYZ 24.91 28.74 61.36 -
YUV 134.29 167.34 81.43 -
System Red Green Blue C M Y K H S L
Decimal 69 154 204 0.66 0.25 0 0.2 202.22 0.57 0.54
Hex 45 9A CC 42 19 0 14 CA 39 36
Octal 105 232 314 102 31 0 24 312 71 66
Binary 1000101 10011010 11001100 1000010 11001 0 10100 11001010 111001 110110

Color Harmonies of #459ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459ACC

Black with #459ACC

Text Example


Text Example

White with #459ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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