#4b97cb

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

Shades of Picton Blue #4B97CB

Tints of Picton Blue #4B97CB

Color information

#4B97CB (or 0x4B97CB) is unknown color: approx Picton Blue. HEX triplet: 4B, 97 and CB. RGB value is (75,151,203). Sum of RGB (Red+Green+Blue) = 75+151+203=429 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.48% from 429); Green value is 151 (59.38% from 255 or 35.20% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #4B97CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B97CB is #B46834. Grayscale: #858585. Windows color (decimal): -11823157 or 13342539. OLE color: 13342539.

HSL color Cylindrical-coordinate representation of color #4B97CB: hue angle of 204.38º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B97CB is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB75151203-
CMYK0.630.2600.20
HSL204.38º55.17%54.51%-
HSV(B)204.38º63.05%79.61%-
XYZ24.7527.9460.59-
YUV134.2166.8285.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.48%
GREEN value IS 151 (59.38% from 255) = 35.20%
BLUE value IS 203 (79.69% from 255) = 47.32%
R=17.48%
G=35.20%
B=47.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal751512030.630.2600.20204.3855.1754.51
Hex4B97CB3F1A014cc3737
Octal11322731377320243146767
Binary100101110010111110010111111111101001010011001100110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b97cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,151,203); }

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

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

 a { background-color: rgb(75,151,203); }

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

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

 span { border-color: rgb(75,151,203); }

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