Html Css Color HEX #469CE1 Picton Blue

📋 copy color: '#469CE1'

red 70 ◦ green 156 ◦ blue 225

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

Shades of Picton Blue #469CE1

Tints of Picton Blue #469CE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 49.89%

R = 15.52%
G = 34.59%
B = 49.89%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#469CE1 (or 0x469CE1) is known color: Picton Blue. HEX triplet: 46, 9C and E1. RGB value is (70,156,225). Sum of RGB (Red+Green+Blue) = 70+156+225=451 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.52% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 225 (88.28% from 255 or 49.89% from 451); Max value from RGB is 225 - color contains mainly: blue. Hex color #469CE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469CE1 is #B9631E. Grayscale: #898989. Windows color (decimal): -12149535 or 14785606. OLE color: 14785606.

HSL color Cylindrical-coordinate representation of color #469CE1: hue angle of 206.71º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #469CE1 is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 156 225 -
CMYK 0.69 0.31 0 0.12
HSL 206.71º 0.72% 0.58% -
HSV(B) 206.71º 0.69% 0.88% -
XYZ 28 30.52 75.65 -
YUV 138.15 177.01 79.39 -
System Red Green Blue C M Y K H S L
Decimal 70 156 225 0.69 0.31 0 0.12 206.71 0.72 0.58
Hex 46 9C E1 45 1F 0 C CF 48 3A
Octal 106 234 341 105 37 0 14 317 110 72
Binary 1000110 10011100 11100001 1000101 11111 0 1100 11001111 1001000 111010

Color Harmonies of #469CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469CE1

Black with #469CE1

Text Example


Text Example

White with #469CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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