Html Css Color HEX #469BCC Picton Blue

📋 copy color: '#469BCC'

red 70 ◦ green 155 ◦ blue 204

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

Shades of Picton Blue #469BCC

Tints of Picton Blue #469BCC

RGB

 RED value IS 70 (27.73% from 255) = 16.32%

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

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

R = 16.32%
G = 36.13%
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

#469BCC (or 0x469BCC) is known color: Picton Blue. HEX triplet: 46, 9B and CC. RGB value is (70,155,204). Sum of RGB (Red+Green+Blue) = 70+155+204=429 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.32% from 429); Green value is 155 (60.94% from 255 or 36.13% 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 #469BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BCC is #B96433. Grayscale: #868686. Windows color (decimal): -12149812 or 13409094. OLE color: 13409094.

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

Color convert

RGB 70 155 204 -
CMYK 0.66 0.24 0 0.2
HSL 201.94º 0.57% 0.54% -
HSV(B) 201.94º 0.66% 0.8% -
XYZ 25.15 29.1 61.42 -
YUV 135.17 166.84 81.52 -
System Red Green Blue C M Y K H S L
Decimal 70 155 204 0.66 0.24 0 0.2 201.94 0.57 0.54
Hex 46 9B CC 42 18 0 14 CA 39 36
Octal 106 233 314 102 30 0 24 312 71 66
Binary 1000110 10011011 11001100 1000010 11000 0 10100 11001010 111001 110110

Color Harmonies of #469BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469BCC

Black with #469BCC

Text Example


Text Example

White with #469BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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