Html Css Color HEX #4B9BCA Picton Blue

📋 copy color: '#4B9BCA'

red 75 ◦ green 155 ◦ blue 202

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

Shades of Picton Blue #4B9BCA

Tints of Picton Blue #4B9BCA

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.3% from 255) = 46.76%

R = 17.36%
G = 35.88%
B = 46.76%

CMYK

 C value IS 0.63

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4B9BCA (or 0x4B9BCA) is known color: 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

RGB 75 155 202 -
CMYK 0.63 0.23 0 0.21
HSL 202.2º 0.55% 0.54% -
HSV(B) 202.2º 0.63% 0.79% -
XYZ 25.28 29.2 60.18 -
YUV 136.44 165 84.18 -
System Red Green Blue C M Y K H S L
Decimal 75 155 202 0.63 0.23 0 0.21 202.2 0.55 0.54
Hex 4B 9B CA 3F 17 0 15 CA 37 36
Octal 113 233 312 77 27 0 25 312 67 66
Binary 1001011 10011011 11001010 111111 10111 0 10101 11001010 110111 110110

Color Harmonies of #4B9BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B9BCA

Black with #4B9BCA

Text Example


Text Example

White with #4B9BCA

Text Example


Text Example

HTML Codes & Css Web 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>