Html Css Color HEX #4B9ACE Picton Blue

📋 copy color: '#4B9ACE'

red 75 ◦ green 154 ◦ blue 206

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

Shades of Picton Blue #4B9ACE

Tints of Picton Blue #4B9ACE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.4%

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

R = 17.24%
G = 35.4%
B = 47.36%

CMYK

 C value IS 0.64

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4B9ACE (or 0x4B9ACE) is known color: Picton Blue. HEX triplet: 4B, 9A and CE. RGB value is (75,154,206). Sum of RGB (Red+Green+Blue) = 75+154+206=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 154 (60.55% from 255 or 35.40% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 206 - color contains mainly: blue. Hex color #4B9ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B9ACE is #B46531. Grayscale: #888888. Windows color (decimal): -11822386 or 13539915. OLE color: 13539915.

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

Color convert

RGB 75 154 206 -
CMYK 0.64 0.25 0 0.19
HSL 203.82º 0.57% 0.55% -
HSV(B) 203.82º 0.64% 0.81% -
XYZ 25.6 29.06 62.65 -
YUV 136.31 167.33 84.27 -
System Red Green Blue C M Y K H S L
Decimal 75 154 206 0.64 0.25 0 0.19 203.82 0.57 0.55
Hex 4B 9A CE 40 19 0 13 CC 39 37
Octal 113 232 316 100 31 0 23 314 71 67
Binary 1001011 10011010 11001110 1000000 11001 0 10011 11001100 111001 110111

Color Harmonies of #4B9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9ACE

Black with #4B9ACE

Text Example


Text Example

White with #4B9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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