Html Css Color HEX #469BCB Picton Blue

📋 copy color: '#469BCB'

red 70 ◦ green 155 ◦ blue 203

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

Shades of Picton Blue #469BCB

Tints of Picton Blue #469BCB

RGB

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

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

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

R = 16.36%
G = 36.21%
B = 47.43%

CMYK

 C value IS 0.66

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#469BCB (or 0x469BCB) is known color: Picton Blue. HEX triplet: 46, 9B and CB. RGB value is (70,155,203). Sum of RGB (Red+Green+Blue) = 70+155+203=428 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.36% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #469BCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #469BCB is #B96434. Grayscale: #868686. Windows color (decimal): -12149813 or 13343558. OLE color: 13343558.

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

Color convert

RGB 70 155 203 -
CMYK 0.66 0.24 0 0.20
HSL 201.65º 0.56% 0.54% -
HSV(B) 201.65º 0.66% 0.8% -
XYZ 25.03 29.06 60.79 -
YUV 135.06 166.34 81.6 -
System Red Green Blue C M Y K H S L
Decimal 70 155 203 0.66 0.24 0 0.20 201.65 0.56 0.54
Hex 46 9B CB 42 18 0 14 CA 38 36
Octal 106 233 313 102 30 0 24 312 70 66
Binary 1000110 10011011 11001011 1000010 11000 0 10100 11001010 111000 110110

Color Harmonies of #469BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469BCB

Black with #469BCB

Text Example


Text Example

White with #469BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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