Html Css Color HEX #459BCC Picton Blue

📋 copy color: '#459BCC'

red 69 ◦ green 155 ◦ blue 204

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

Shades of Picton Blue #459BCC

Tints of Picton Blue #459BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.21%

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

R = 16.12%
G = 36.21%
B = 47.66%

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

#459BCC (or 0x459BCC) is known color: Picton Blue. HEX triplet: 45, 9B and CC. RGB value is (69,155,204). Sum of RGB (Red+Green+Blue) = 69+155+204=428 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.12% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #459BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #459BCC is #BA6433. Grayscale: #868686. Windows color (decimal): -12215348 or 13409093. OLE color: 13409093.

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

Color convert

RGB 69 155 204 -
CMYK 0.66 0.24 0 0.2
HSL 201.78º 0.57% 0.54% -
HSV(B) 201.78º 0.66% 0.8% -
XYZ 25.07 29.07 61.42 -
YUV 134.87 167.01 81.02 -
System Red Green Blue C M Y K H S L
Decimal 69 155 204 0.66 0.24 0 0.2 201.78 0.57 0.54
Hex 45 9B CC 42 18 0 14 CA 39 36
Octal 105 233 314 102 30 0 24 312 71 66
Binary 1000101 10011011 11001100 1000010 11000 0 10100 11001010 111001 110110

Color Harmonies of #459BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #459BCC

Black with #459BCC

Text Example


Text Example

White with #459BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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