Html Css Color HEX #4BA0CE Picton Blue

📋 copy color: '#4BA0CE'

red 75 ◦ green 160 ◦ blue 206

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

Shades of Picton Blue #4BA0CE

Tints of Picton Blue #4BA0CE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.28%

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

R = 17.01%
G = 36.28%
B = 46.71%

CMYK

 C value IS 0.64

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4BA0CE (or 0x4BA0CE) is known color: Picton Blue. HEX triplet: 4B, A0 and CE. RGB value is (75,160,206). Sum of RGB (Red+Green+Blue) = 75+160+206=441 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.01% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #4BA0CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4BA0CE is #B45F31. Grayscale: #8B8B8B. Windows color (decimal): -11820850 or 13541451. OLE color: 13541451.

HSL color Cylindrical-coordinate representation of color #4BA0CE: hue angle of 201.07º 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 #4BA0CE is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 75 160 206 -
CMYK 0.64 0.22 0 0.19
HSL 201.07º 0.57% 0.55% -
HSV(B) 201.07º 0.64% 0.81% -
XYZ 26.61 31.09 62.99 -
YUV 139.83 165.34 81.76 -
System Red Green Blue C M Y K H S L
Decimal 75 160 206 0.64 0.22 0 0.19 201.07 0.57 0.55
Hex 4B A0 CE 40 16 0 13 C9 39 37
Octal 113 240 316 100 26 0 23 311 71 67
Binary 1001011 10100000 11001110 1000000 10110 0 10011 11001001 111001 110111

Color Harmonies of #4BA0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BA0CE

Black with #4BA0CE

Text Example


Text Example

White with #4BA0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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