Html Css Color HEX #469DCB Picton Blue

📋 copy color: '#469DCB'

red 70 ◦ green 157 ◦ blue 203

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

Shades of Picton Blue #469DCB

Tints of Picton Blue #469DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.51%

 BLUE value IS 203 (79.69% from 255) = 47.21%

R = 16.28%
G = 36.51%
B = 47.21%

CMYK

 C value IS 0.66

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#469DCB (or 0x469DCB) is known color: Picton Blue. HEX triplet: 46, 9D and CB. RGB value is (70,157,203). Sum of RGB (Red+Green+Blue) = 70+157+203=430 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.28% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #469DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469DCB is #B96234. Grayscale: #878787. Windows color (decimal): -12149301 or 13344070. OLE color: 13344070.

HSL color Cylindrical-coordinate representation of color #469DCB: hue angle of 200.75º degrees, saturation: 0.56, 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 #469DCB is Cyan = 0.66, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 157 203 -
CMYK 0.66 0.23 0 0.20
HSL 200.75º 0.56% 0.54% -
HSV(B) 200.75º 0.66% 0.8% -
XYZ 25.36 29.73 60.9 -
YUV 136.23 165.68 80.76 -
System Red Green Blue C M Y K H S L
Decimal 70 157 203 0.66 0.23 0 0.20 200.75 0.56 0.54
Hex 46 9D CB 42 17 0 14 C9 38 36
Octal 106 235 313 102 27 0 24 311 70 66
Binary 1000110 10011101 11001011 1000010 10111 0 10100 11001001 111000 110110

Color Harmonies of #469DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469DCB

Black with #469DCB

Text Example


Text Example

White with #469DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,157,203); }

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

background-color css

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

 a { background-color: rgb(70,157,203); }

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

border-color css

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

 span { border-color: rgb(70,157,203); }

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