Html Css Color HEX #4CB7B2 Puerto Rico

📋 copy color: '#4CB7B2'

red 76 ◦ green 183 ◦ blue 178

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

Shades of Puerto Rico #4CB7B2

Tints of Puerto Rico #4CB7B2

RGB

 RED value IS 76 (30.08% from 255) = 17.39%

 GREEN value IS 183 (71.88% from 255) = 41.88%

 BLUE value IS 178 (69.92% from 255) = 40.73%

R = 17.39%
G = 41.88%
B = 40.73%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#4CB7B2 (or 0x4CB7B2) is known color: Puerto Rico. HEX triplet: 4C, B7 and B2. RGB value is (76,183,178). Sum of RGB (Red+Green+Blue) = 76+183+178=437 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.39% from 437); Green value is 183 (71.88% from 255 or 41.88% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB7B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CB7B2 is #B3484D. Grayscale: #969696. Windows color (decimal): -11749454 or 11712332. OLE color: 11712332.

HSL color Cylindrical-coordinate representation of color #4CB7B2: hue angle of 177.2º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB7B2 is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 76 183 178 -
CMYK 0.58 0 0.03 0.28
HSL 177.2º 0.43% 0.51% -
HSV(B) 177.2º 0.58% 0.72% -
XYZ 27.95 38.62 48.1 -
YUV 150.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 76 183 178 0.58 0 0.03 0.28 177.2 0.43 0.51
Hex 4C B7 B2 3A 0 3 1C B1 2B 33
Octal 114 267 262 72 0 3 34 261 53 63
Binary 1001100 10110111 10110010 111010 0 11 11100 10110001 101011 110011

Color Harmonies of #4CB7B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB7B2

Black with #4CB7B2

Text Example


Text Example

White with #4CB7B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,183,178); }

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

background-color css

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

 a { background-color: rgb(76,183,178); }

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

border-color css

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

 span { border-color: rgb(76,183,178); }

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