#4B9BCA

Color #4B9BCA Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #4B9BCA

Tints of Picton Blue #4B9BCA

Color information

#4B9BCA (or 0x4B9BCA) is unknown color: approx Picton Blue. HEX triplet: 4B, 9B and CA. RGB value is (75,155,202). Sum of RGB (Red+Green+Blue) = 75+155+202=432 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.36% from 432); Green value is 155 (60.94% from 255 or 35.88% from 432); Blue value is 202 (79.30% from 255 or 46.76% from 432); Max value from RGB is 202 - color contains mainly: blue. Hex color #4B9BCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9BCA is #B46435. Grayscale: #888888. Windows color (decimal): -11822134 or 13278027. OLE color: 13278027.

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

Color convert

RGB75155202-
CMYK0.630.2300.21
HSL202.2º54.51%54.31%-
HSV(B)202.2º62.87%79.22%-
XYZ25.2829.260.18-
YUV136.4416584.18-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.36%
GREEN value IS 155 (60.94% from 255) = 35.88%
BLUE value IS 202 (79.30% from 255) = 46.76%
R=17.36%
G=35.88%
B=46.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal751552020.630.2300.21202.254.5154.31
Hex4B9BCA3F17015ca3736
Octal11323331277270253126766
Binary100101110011011110010101111111011101010111001010110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B9BCA; }

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

 H1.HeaderClassName
 {
   color: #4B9BCA;
 }
 .AnyTagClassName
 {
   color: #4B9BCA;
 }
</style>
background-color css

<style>
 a { background-color: #4B9BCA; }

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

 div.DivClassName
 {
   background-color: #4B9BCA;
 }
 .BgClassName
 {
   background-color: #4B9BCA;
 }
</style>
border-color css

<style>
 span { border-color: #4B9BCA; }

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

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