Html Css Color HEX #478BBD Curious Blue

📋 copy color: '#478BBD'

red 71 ◦ green 139 ◦ blue 189

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

Shades of Curious Blue #478BBD

Tints of Curious Blue #478BBD

RGB

 RED value IS 71 (28.13% from 255) = 17.79%

 GREEN value IS 139 (54.69% from 255) = 34.84%

 BLUE value IS 189 (74.22% from 255) = 47.37%

R = 17.79%
G = 34.84%
B = 47.37%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#478BBD (or 0x478BBD) is known color: Curious Blue. HEX triplet: 47, 8B and BD. RGB value is (71,139,189). Sum of RGB (Red+Green+Blue) = 71+139+189=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #478BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #478BBD is #B87442. Grayscale: #7C7C7C. Windows color (decimal): -12088387 or 12421959. OLE color: 12421959.

HSL color Cylindrical-coordinate representation of color #478BBD: hue angle of 205.42º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #478BBD is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 139 189 -
CMYK 0.62 0.26 0 0.26
HSL 205.42º 0.47% 0.51% -
HSV(B) 205.42º 0.62% 0.74% -
XYZ 21.02 23.48 51.57 -
YUV 124.37 164.47 89.93 -
System Red Green Blue C M Y K H S L
Decimal 71 139 189 0.62 0.26 0 0.26 205.42 0.47 0.51
Hex 47 8B BD 3E 1A 0 1A CD 2F 33
Octal 107 213 275 76 32 0 32 315 57 63
Binary 1000111 10001011 10111101 111110 11010 0 11010 11001101 101111 110011

Color Harmonies of #478BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478BBD

Black with #478BBD

Text Example


Text Example

White with #478BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478BBD; }

 p { color: rgb(71,139,189); }

 H1.HeaderClassName
 {
   color: #478BBD;
 }
 .AnyTagClassName
 {
   color: #478BBD;
 }
</style>

background-color css

<style>
 a { background-color: #478BBD; }

 a { background-color: rgb(71,139,189); }

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

border-color css

<style>
 span { border-color: #478BBD; }

 span { border-color: rgb(71,139,189); }

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