Html Css Color HEX #469BCA Picton Blue

📋 copy color: '#469BCA'

red 70 ◦ green 155 ◦ blue 202

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

Shades of Picton Blue #469BCA

Tints of Picton Blue #469BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.31%

R = 16.39%
G = 36.3%
B = 47.31%

CMYK

 C value IS 0.65

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#469BCA (or 0x469BCA) is known color: Picton Blue. HEX triplet: 46, 9B and CA. RGB value is (70,155,202). Sum of RGB (Red+Green+Blue) = 70+155+202=427 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.39% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 202 (79.30% from 255 or 47.31% from 427); Max value from RGB is 202 - color contains mainly: blue. Hex color #469BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BCA is #B96435. Grayscale: #868686. Windows color (decimal): -12149814 or 13278022. OLE color: 13278022.

HSL color Cylindrical-coordinate representation of color #469BCA: hue angle of 201.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #469BCA is Cyan = 0.65, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 70 155 202 -
CMYK 0.65 0.23 0 0.21
HSL 201.36º 0.55% 0.53% -
HSV(B) 201.36º 0.65% 0.79% -
XYZ 24.91 29.01 60.16 -
YUV 134.94 165.84 81.68 -
System Red Green Blue C M Y K H S L
Decimal 70 155 202 0.65 0.23 0 0.21 201.36 0.55 0.53
Hex 46 9B CA 41 17 0 15 C9 37 35
Octal 106 233 312 101 27 0 25 311 67 65
Binary 1000110 10011011 11001010 1000001 10111 0 10101 11001001 110111 110101

Color Harmonies of #469BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469BCA

Black with #469BCA

Text Example


Text Example

White with #469BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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