Html Css Color HEX #4BA2CE Picton Blue

📋 copy color: '#4BA2CE'

red 75 ◦ green 162 ◦ blue 206

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

Shades of Picton Blue #4BA2CE

Tints of Picton Blue #4BA2CE

RGB

 RED value IS 75 (29.69% from 255) = 16.93%

 GREEN value IS 162 (63.67% from 255) = 36.57%

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 16.93%
G = 36.57%
B = 46.5%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4BA2CE (or 0x4BA2CE) is known color: Picton Blue. HEX triplet: 4B, A2 and CE. RGB value is (75,162,206). Sum of RGB (Red+Green+Blue) = 75+162+206=443 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.93% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #4BA2CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA2CE is #B45D31. Grayscale: #8C8C8C. Windows color (decimal): -11820338 or 13541963. OLE color: 13541963.

HSL color Cylindrical-coordinate representation of color #4BA2CE: hue angle of 200.15º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BA2CE is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 162 206 -
CMYK 0.64 0.21 0 0.19
HSL 200.15º 0.57% 0.55% -
HSV(B) 200.15º 0.64% 0.81% -
XYZ 26.96 31.79 63.11 -
YUV 141 164.68 80.92 -
System Red Green Blue C M Y K H S L
Decimal 75 162 206 0.64 0.21 0 0.19 200.15 0.57 0.55
Hex 4B A2 CE 40 15 0 13 C8 39 37
Octal 113 242 316 100 25 0 23 310 71 67
Binary 1001011 10100010 11001110 1000000 10101 0 10011 11001000 111001 110111

Color Harmonies of #4BA2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA2CE

Black with #4BA2CE

Text Example


Text Example

White with #4BA2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,162,206); }

 H1.HeaderClassName
 {
   color: #4BA2CE;
 }
 .AnyTagClassName
 {
   color: #4BA2CE;
 }
</style>

background-color css

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

 a { background-color: rgb(75,162,206); }

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

border-color css

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

 span { border-color: rgb(75,162,206); }

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