Html Css Color HEX #769BC4 Polo Blue

📋 copy color: '#769BC4'

red 118 ◦ green 155 ◦ blue 196

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

Shades of Polo Blue #769BC4

Tints of Polo Blue #769BC4

RGB

 RED value IS 118 (46.48% from 255) = 25.16%

 GREEN value IS 155 (60.94% from 255) = 33.05%

 BLUE value IS 196 (76.95% from 255) = 41.79%

R = 25.16%
G = 33.05%
B = 41.79%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#769BC4 (or 0x769BC4) is known color: Polo Blue. HEX triplet: 76, 9B and C4. RGB value is (118,155,196). Sum of RGB (Red+Green+Blue) = 118+155+196=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 155 (60.94% from 255 or 33.05% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 196 - color contains mainly: blue. Hex color #769BC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BC4 is #89643B. Grayscale: #949494. Windows color (decimal): -9004092 or 12884854. OLE color: 12884854.

HSL color Cylindrical-coordinate representation of color #769BC4: hue angle of 211.54º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #769BC4 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 118 155 196 -
CMYK 0.40 0.21 0 0.23
HSL 211.54º 0.4% 0.62% -
HSV(B) 211.54º 0.4% 0.77% -
XYZ 29.16 31.28 56.73 -
YUV 148.61 154.74 106.17 -
System Red Green Blue C M Y K H S L
Decimal 118 155 196 0.40 0.21 0 0.23 211.54 0.4 0.62
Hex 76 9B C4 28 15 0 17 D4 28 3E
Octal 166 233 304 50 25 0 27 324 50 76
Binary 1110110 10011011 11000100 101000 10101 0 10111 11010100 101000 111110

Color Harmonies of #769BC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #769BC4

Black with #769BC4

Text Example


Text Example

White with #769BC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #769BC4; }

 p { color: rgb(118,155,196); }

 H1.HeaderClassName
 {
   color: #769BC4;
 }
 .AnyTagClassName
 {
   color: #769BC4;
 }
</style>

background-color css

<style>
 a { background-color: #769BC4; }

 a { background-color: rgb(118,155,196); }

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

border-color css

<style>
 span { border-color: #769BC4; }

 span { border-color: rgb(118,155,196); }

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