Html Css Color HEX #469CCC Picton Blue

📋 copy color: '#469CCC'

red 70 ◦ green 156 ◦ blue 204

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

Shades of Picton Blue #469CCC

Tints of Picton Blue #469CCC

RGB

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

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

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

R = 16.28%
G = 36.28%
B = 47.44%

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

#469CCC (or 0x469CCC) is known color: Picton Blue. HEX triplet: 46, 9C and CC. RGB value is (70,156,204). Sum of RGB (Red+Green+Blue) = 70+156+204=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 204 (80.08% from 255 or 47.44% from 430); Max value from RGB is 204 - color contains mainly: blue. Hex color #469CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CCC is #B96333. Grayscale: #878787. Windows color (decimal): -12149556 or 13409350. OLE color: 13409350.

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

Color convert

RGB 70 156 204 -
CMYK 0.66 0.24 0 0.2
HSL 201.49º 0.57% 0.54% -
HSV(B) 201.49º 0.66% 0.8% -
XYZ 25.31 29.44 61.47 -
YUV 135.76 166.51 81.1 -
System Red Green Blue C M Y K H S L
Decimal 70 156 204 0.66 0.24 0 0.2 201.49 0.57 0.54
Hex 46 9C CC 42 18 0 14 C9 39 36
Octal 106 234 314 102 30 0 24 311 71 66
Binary 1000110 10011100 11001100 1000010 11000 0 10100 11001001 111001 110110

Color Harmonies of #469CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469CCC

Black with #469CCC

Text Example


Text Example

White with #469CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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