Html Css Color HEX #459CCC Picton Blue

📋 copy color: '#459CCC'

red 69 ◦ green 156 ◦ blue 204

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

Shades of Picton Blue #459CCC

Tints of Picton Blue #459CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.36%

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

R = 16.08%
G = 36.36%
B = 47.55%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#459CCC (or 0x459CCC) is known color: Picton Blue. HEX triplet: 45, 9C and CC. RGB value is (69,156,204). Sum of RGB (Red+Green+Blue) = 69+156+204=429 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.08% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #459CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459CCC is #BA6333. Grayscale: #878787. Windows color (decimal): -12215092 or 13409349. OLE color: 13409349.

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

Color convert

RGB 69 156 204 -
CMYK 0.66 0.24 0 0.2
HSL 201.33º 0.57% 0.54% -
HSV(B) 201.33º 0.66% 0.8% -
XYZ 25.24 29.4 61.47 -
YUV 135.46 166.68 80.6 -
System Red Green Blue C M Y K H S L
Decimal 69 156 204 0.66 0.24 0 0.2 201.33 0.57 0.54
Hex 45 9C CC 42 18 0 14 C9 39 36
Octal 105 234 314 102 30 0 24 311 71 66
Binary 1000101 10011100 11001100 1000010 11000 0 10100 11001001 111001 110110

Color Harmonies of #459CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459CCC

Black with #459CCC

Text Example


Text Example

White with #459CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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