Html Css Color HEX #459ACB Picton Blue

📋 copy color: '#459ACB'

red 69 ◦ green 154 ◦ blue 203

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

Shades of Picton Blue #459ACB

Tints of Picton Blue #459ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.65%

R = 16.2%
G = 36.15%
B = 47.65%

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

#459ACB (or 0x459ACB) is known color: Picton Blue. HEX triplet: 45, 9A and CB. RGB value is (69,154,203). Sum of RGB (Red+Green+Blue) = 69+154+203=426 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.20% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #459ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459ACB is #BA6534. Grayscale: #858585. Windows color (decimal): -12215605 or 13343301. OLE color: 13343301.

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

Color convert

RGB 69 154 203 -
CMYK 0.66 0.24 0 0.20
HSL 201.94º 0.56% 0.53% -
HSV(B) 201.94º 0.66% 0.8% -
XYZ 24.79 28.69 60.73 -
YUV 134.17 166.84 81.52 -
System Red Green Blue C M Y K H S L
Decimal 69 154 203 0.66 0.24 0 0.20 201.94 0.56 0.53
Hex 45 9A CB 42 18 0 14 CA 38 35
Octal 105 232 313 102 30 0 24 312 70 65
Binary 1000101 10011010 11001011 1000010 11000 0 10100 11001010 111000 110101

Color Harmonies of #459ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459ACB

Black with #459ACB

Text Example


Text Example

White with #459ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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